-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
0.7.0-rc2 template_file: diffs didn't match during apply. #7244
Comments
This looks similar to what was solved in #7205, except with maps instead of sets. I'd like to figure out what changes between rc1 and rc2 to trigger it though |
At this point of the evening, I'm certainly not clever enough to look thru' what #7205 does, but I just tried with master - and it's complaining about the same thing as above. |
This regression is a side effect of #7082. |
Running into this one too. |
core: don't compare map diffs for computed values
Was this auto-closed on accident? |
Hi @colemickens, Nope, but the links between the issues are confusing, both because I mentioned the this issue in the code, and didn't change the PR message to include the "fixes" notation. Sorry about that. This was closed by #7249 |
I'll just add that I just tried to rerun the script from the reported issue above. I used Terraform from the master branch, and I'm no longer getting the error message. Everything works beautifully. Thanks a lot! |
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. |
Terraform Version
Terraform v0.7.0-rc2 (46a0709)
Affected Resource(s)
Terraform Configuration Files
Output
https://gist.github.com/hngkr/f98472c788ac883086425170b65b3f0d
Expected Behavior
Should have created the template_file resource
Actual Behavior
Failed with: diffs didn't match during apply
Mismatch reason: extra attributes: vars.rest_api
Steps to Reproduce
terraform apply
Important Factoids
Running it a second time works.
Same construction has worked fine in 0.7.0-rc1 and earlier.
The text was updated successfully, but these errors were encountered: