We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9b4fd commit d8f940fCopy full SHA for d8f940f
.changelog/7162.txt
@@ -0,0 +1,3 @@
1
+```release-note:bug
2
+gke: fixed the error of Invalid address to set on `config_connector_config` of the data source `google_container_cluster`
3
+```
google-beta/resource_container_cluster.go
@@ -69,9 +69,9 @@ var (
69
"addons_config.0.dns_cache_config",
70
"addons_config.0.gce_persistent_disk_csi_driver_config",
71
"addons_config.0.gke_backup_agent_config",
72
+ "addons_config.0.config_connector_config",
73
"addons_config.0.istio_config",
74
"addons_config.0.kalm_config",
- "addons_config.0.config_connector_config",
75
}
76
77
privateClusterConfigKeys = []string{
0 commit comments