mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-24 15:47:20 -04:00
The CLI attempts to prevent the user from inputting non-ephemeral variables during apply which don't match the stored plan values. Since the user can't avoid variables parsed from auto-loaded files, we have to ignore those values.
1 line
13 B
HCL
1 line
13 B
HCL
foo = "auto"
|