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 243c654 commit 61a8e40Copy full SHA for 61a8e40
tests/tofu/main.tf
@@ -55,7 +55,7 @@ resource "google_container_cluster" "primary" {
55
56
private_cluster_config {
57
enable_private_nodes = true
58
- private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
+ # private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
59
master_ipv4_cidr_block = "172.16.0.0/28"
60
}
61
ip_allocation_policy {
0 commit comments