-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bogus use_ip_aliases state reported on upgrade to v3.7.0 #5586
Bogus use_ip_aliases state reported on upgrade to v3.7.0 #5586
Comments
For good measure, attempted to spin up a fresh cluster to see if it was just a state reporting issue on upgrade. But, was able to reproduce the same behavior on a newly provisioned environment.
|
@c2thorn after tf init, I see this in the plan
after
In the meantime, GCP UI show
|
|
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. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
google_container_cluster
Terraform Configuration Files
Debug Output
https://gist.github.com/akilman/f06c0d2a00f86ae2aeac0f3e37f34023
Panic Output
Expected Behavior
GCP reports
useIpAliases == true
in the UI after upgrade to v3.7.0 of the Google provider andterraform apply
. Terraform should reflect the same correct state.Actual Behavior
terraform show | grep ip_allocation_policy -A 8
detailsuse_ip_aliases == false
Steps to Reproduce
terraform apply
w/ v2.5.0 Google Provider withuse_ip_aliases = true
astrue
is the default with the presence of theip_allocation_policy
terraform apply
with newly upgraded Provider + updated configuse_ip_aliases
has changed tofalse
in Terraform. However, in GCPuseIpAliases
is still set totrue
. Can be confirmed via:$ gcloud container clusters describe clever-cluster | grep useIpAliases
Important Factoids
References
container_cluster.ip_allocation_policy.use_ip_aliases
#5154The text was updated successfully, but these errors were encountered: