-
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
"diffs didn't match during apply" with google_compute_firewall #1073
Comments
/cc @sparkprime |
First impression is this looks very similar to #634 |
@mitchellh thoughts? |
There is also no error if you remove the dependency on the network (by using the "default" network instead) |
I haven't had a chance to look at this yet but its certainly a core issue. Tagged accordingly and we'll make sure to take a look very soon. |
Reproduced. Personal notes so far: The diff isn't properly detecting the set as computed. It is showing up like this (important line): |
Fixed by #1082 once merged. |
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. |
Tested with 0.3.7 and last version from master
The following tf file causes the
diffs didn't match during apply
error when runningterraform apply
The full log of the command http://pastebin.com/RgncfeZU
Running
terraform apply
a second time works well http://pastebin.com/16PdNUFLHowever, if I remove the dependency between
google_compute_firewall
andgoogle_compute_address
, there is no errorThe log of the command http://pastebin.com/4PEuWdKq
The text was updated successfully, but these errors were encountered: