-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terraform 1.10.1 takes terraform.tfvars when applying planned file #36177
Comments
I am still seeing this error with v1.10.3 |
@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! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
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: