Skip to content

Commit 70aa308

Browse files
committed
master
1 parent 16b0712 commit 70aa308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tofu/main.tf

+2-2
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)