Skip to content

Commit c2c86b7

Browse files
committed
endpoint
1 parent 6e45a67 commit c2c86b7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/tofu/main.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,11 @@ resource "google_container_cluster" "primary" {
4747
cidr_block = "${chomp(data.http.myip.response_body)}/32"
4848
display_name = "local-ip"
4949
}
50-
cidr_blocks {
51-
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
52-
display_name = "vpc"
53-
}
5450
}
5551

5652
private_cluster_config {
5753
enable_private_nodes = true
54+
enable_private_endpoint = false
5855
# private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
5956
master_ipv4_cidr_block = "172.16.0.0/28"
6057
}

0 commit comments

Comments
 (0)