-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
cluster_ipv4_cidr value ignored for google_container_cluster #4181
Comments
Do you encounter the same issue when using https://www.terraform.io/docs/providers/google/r/container_cluster.html#cluster_ipv4_cidr_block? |
@rileykarson, no, it works correctly with cluster_ipv4_cidr_block. |
I suspect what's happening is that We don't have a great remediation- I can add a note to the docs, but I'm hesitant to add a plan-time failure if I'd like to remove the old field in |
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 👉 [email protected]. Thanks! |
This issue was originally opened by @guywald as hashicorp/terraform#22366. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform version
Expected Behavior
Cluster pod address range to be 10.96.0.0/14
Actual Behavior
Cluster created with pod address range is 10.12.0.0/14
When running terraform apply for a change it plans to recreate cluster:
Cluster resource
The text was updated successfully, but these errors were encountered: