Skip to content

Commit 61a8e40

Browse files
committed
private
1 parent 243c654 commit 61a8e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tofu/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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
58+
# private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
5959
master_ipv4_cidr_block = "172.16.0.0/28"
6060
}
6161
ip_allocation_policy {

0 commit comments

Comments
 (0)