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
Use only the values already in the planned file and not tries to override them.
Actual Behavior
It tries to override with entries from terraform.tfvars
Steps to Reproduce
terraform plan -var-file=terraform-.tfvars -out plan.output
terraform apply plan.output
Additional Context
From the documentation and until 1.9.x it was taking the planned file and ignoring the default terraform.tfvars file. Other stuff about variables was mentioned as fixed in 1.10.1 but this still appears.
References
No response
The text was updated successfully, but these errors were encountered:
@ashithajo please open a new bug issue following the template, as usually there is a new or different cause for the same error message after a fix such as this. Thanks!
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/DorisEckel8412/3bc826f64ad9702739ef7d252aa28947
Expected Behavior
Use only the values already in the planned file and not tries to override them.
Actual Behavior
It tries to override with entries from terraform.tfvars
Steps to Reproduce
Additional Context
From the documentation and until 1.9.x it was taking the planned file and ignoring the default terraform.tfvars file. Other stuff about variables was mentioned as fixed in 1.10.1 but this still appears.
References
No response
The text was updated successfully, but these errors were encountered: