You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only if cluster_dns_provider is set to "CLOUD_DNS" it is actually applied. Other valid values would be "PROVIDER_UNSPECIFIED" or "PLATFORM_DEFAULT". Setting the variable to those values doesn't have any effect because of the condition in
TL;DR
Only if
cluster_dns_provider
is set to "CLOUD_DNS" it is actually applied. Other valid values would be "PROVIDER_UNSPECIFIED" or "PLATFORM_DEFAULT". Setting the variable to those values doesn't have any effect because of the condition interraform-google-kubernetes-engine/modules/private-cluster/cluster.tf
Line 181 in c81c2fe
This leads to the problem that after a value was set via GCP UI or gcloud CLI, terraform would recreate the cluster:
Expected behavior
All valid values get applied.
Observed behavior
Only if
cluster_dns_provider
is set to "CLOUD_DNS" it is actually appliedTerraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: