We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e45a67 commit c2c86b7Copy full SHA for c2c86b7
tests/tofu/main.tf
@@ -47,14 +47,11 @@ resource "google_container_cluster" "primary" {
47
cidr_block = "${chomp(data.http.myip.response_body)}/32"
48
display_name = "local-ip"
49
}
50
- cidr_blocks {
51
- cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
52
- display_name = "vpc"
53
- }
54
55
56
private_cluster_config {
57
enable_private_nodes = true
+ enable_private_endpoint = false
58
# private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
59
master_ipv4_cidr_block = "172.16.0.0/28"
60
0 commit comments