-
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
Add support for network_config
to google_container_node_pool
#8738
Add support for network_config
to google_container_node_pool
#8738
Comments
I think we can close this. I added ILB Subsetting a while back in GoogleCloudPlatform/magic-modules#4626 and the other fields are already available. https://pkg.go.dev/google.golang.org/api/container/v1beta1#NetworkConfig
GKE has many breaking changes planned for v4. We might as well make NetworkConfig parameters nested as well to make it lineup with the API format. |
This refers to the very similarly named https://pkg.go.dev/google.golang.org/api/container/v1beta1#NodeNetworkConfig block at the node pool level, not that cluster-level one! |
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. |
Community Note
Description
We'll also want it supported in
google_container_cluster
where node pools are inlined (the default pool, inline node pool list)New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: