Closed ehorning closed 1 month ago
Confirmed issue after applying the shared configuration it returns the following error:
Error: googleapi: Error 400: Must specify a field to update.
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.
Community Note
Terraform Version & Provider Version(s)
Terraform v1.5.7 on darwin_arm64
Affected Resource(s)
google_container_cluster
Terraform Configuration
GKE cluster is initially created with
enable_cilium_clusterwide_network_policy=true
, and then this parameter is changed to false as per below:Debug Output
No response
Expected Behavior
Cluster updates
enable_cilium_clusterwide_network_policy
to be falseActual Behavior
Terraform plan correctly shows:
But on apply:
Steps to reproduce
enable_cilium_clusterwide_network_policy=true
enable_cilium_clusterwide_network_policy=false
Important Factoids
This operation works just fine via gcloud using the
--no-enable-cilium-clusterwide-network-policy
flag.References
No response
b/365578714