Skip to content

Commit 84c3ad1

Browse files
fix TestAccContainerCluster_additional_ip_ranges_config_on_update (#14812) (#23985)
[upstream:b24f408c8eae080f767c172024a0822642a55af3] Signed-off-by: Modular Magician <[email protected]>
1 parent 5769f82 commit 84c3ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/services/container/resource_container_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13419,7 +13419,7 @@ func testAccContainerCluster_additional_ip_ranges_config(name string, additional
1341913419
1342013420
resource "google_compute_subnetwork" "main" {
1342113421
ip_cidr_range = "10.2.0.0/24"
13422-
name = "main"
13422+
name = "%s"
1342313423
network = google_compute_network.main.self_link
1342413424
region = "us-central1"
1342513425
@@ -13451,7 +13451,7 @@ func testAccContainerCluster_additional_ip_ranges_config(name string, additional
1345113451
1345213452
deletion_protection = false
1345313453
}
13454-
`, name, subnetStr, name, additionalIpRangesStr)
13454+
`, name, name, subnetStr, name, additionalIpRangesStr)
1345513455
}
1345613456

1345713457
func testAccContainerCluster_withAnonymousAuthenticationConfig(name, networkName, subnetworkName string, mode string) string {

0 commit comments

Comments
 (0)