Skip to content

Commit b58547e

Browse files
committed
master
1 parent 7e024fa commit b58547e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tofu/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ resource "google_container_cluster" "primary" {
5555

5656
private_cluster_config {
5757
enable_private_nodes = true
58-
private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
59-
# master_ipv4_cidr_block = "172.16.0.0/28"
58+
# private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
59+
master_ipv4_cidr_block = "172.16.0.0/28"
6060
}
6161
ip_allocation_policy {}
6262
}

0 commit comments

Comments
 (0)