-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_availability_zones proposes changes on each plan and apply #14546
Comments
FYI, anyone looking for a crude workaround could do something like this:
|
Hi @icollar 👋 Sorry for the confusion here, while the There was some unexpected changes with data source handling that occurred in the Terraform CLI version 0.13.0 release that are causing this additional data source output in addition to the unstable
Please upvote and subscribe to those for further updates. 👍 |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Note: this might affect other resources that use a timestamp as an id.
Terraform Configuration Files
Output
Expected Behavior
Data resource should not be considered changed. Executing a plan with
-detailed-exitcode
should pass.Actual Behavior
Data resource is be considered changed, causing plan
-detailed-exitcode
to fail when no resources need updating.Steps to Reproduce
terraform apply
terraform plan -detailed-exitcode
References
The text was updated successfully, but these errors were encountered: