Skip to content

Commit d8f940f

Browse files
modular-magicianEdward Sun
andauthored
fix ga promotion issue #13380 (#7162) (#5131)
Co-authored-by: Edward Sun <[email protected]> Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent 0b9b4fd commit d8f940f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7162.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ var (
6969
"addons_config.0.dns_cache_config",
7070
"addons_config.0.gce_persistent_disk_csi_driver_config",
7171
"addons_config.0.gke_backup_agent_config",
72+
"addons_config.0.config_connector_config",
7273
"addons_config.0.istio_config",
7374
"addons_config.0.kalm_config",
74-
"addons_config.0.config_connector_config",
7575
}
7676

7777
privateClusterConfigKeys = []string{

0 commit comments

Comments
 (0)