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 43426bd commit 243c654Copy full SHA for 243c654
tests/tofu/main.tf
@@ -60,8 +60,6 @@ resource "google_container_cluster" "primary" {
60
}
61
ip_allocation_policy {
62
cluster_ipv4_cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
63
- cluster_secondary_range_name = "pod-ranges"
64
- services_secondary_range_name = google_compute_subnetwork.subnet.secondary_ip_range.0.range_name
65
stack_type = "IPV4_IPV6"
66
67
datapath_provider = "ADVANCED_DATAPATH"
0 commit comments