You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run terramate apply fails due to a new feature ephemeral vars:
╷
│ Error: Can't change variable when applying a saved plan
│
│ The variable access_logs_bucket_domain_name cannot be set using the -var and -var-file options when applying a saved plan file, because a
│ saved plan includes the variable values that were set when it was created. The saved plan specifies
│ "\"dev-123logs.s3.amazonaws.com\"" as the value whereas during apply the value "dev-123logs.s3.amazonaws.com" was set by
│ an environment variable. To declare an ephemeral variable which is not saved in the plan file, use ephemeral = true.
╵
Environment (please complete the following information):
Terramate Version: 0.11.2
Terraform Version: Terraform v1.10.0-rc2 on darwin_arm64
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: