-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
provider/aws: Opsworks custom cookbooks revision field causes diff mismatch #4790
Comments
After some further digging it seems the I did a TF_LOG=1 (snippet of output here and noticed There are a few issues/PRs about this in the past (#4241 and #3635) which I had been suppressing with the lifecycle block. I had experienced this on Steps to reproduce (mine is on an existing stack, I haven't tried provisioning a new one from scratch):
I'm unsure if this is specific to my usage or is a more general error, but at least I can just set the field to |
Hi @phindmarsh - thanks for this report. I'm working on fixing up all known |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have a tf file with the following
aws_opsworks_stack
resource:If the
custom_cookbooks_source.0.revision
differs from the one in AWS it triggers the following when runningterraform apply
Basically, the value had been changed in the OpsWorks UI in the AWS Console and unless I updates the resource to have a
custom_cookbooks_source.0.revision
of the same value, or I remove the value using the AWS Console the above error is raised. If the two values are the same no error is raised.The text was updated successfully, but these errors were encountered: