-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
#261: Invalid plan when re-applying terraform module #295
#261: Invalid plan when re-applying terraform module #295
Conversation
44263e9
to
df58572
Compare
ce6fe1f
to
1cc7c11
Compare
…raform module terraform-google-modules#261 Bumbed minimal provider version to 2.18
1cc7c11
to
fd2230a
Compare
@nick4fake @morgante This is preventing me from using the module with the 2.20.0 google provider version. As per https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions greater than or equal >= would have been a better option instead of the pessimistic constraint ~>.
|
Saw the CHANGELOG.md. Looks like I won't be able to use this with anything but ~> 2.18.0 google provider version. I will resort to continue using the 5.1.1 version of the module which allows me to use 2.20.0 google provider version. |
@rbramwell Sorry for the issue, we've relaxed the version constraints with #359. If you upgrade to 6.0.1 you should be able to use 2.20.0. |
…ix/261 terraform-google-modules#261: Invalid plan when re-applying terraform module
Fixes #261
Bumbed minimal provider version to 2.18