Skip to content

Commit 243c654

Browse files
committed
ranges
1 parent 43426bd commit 243c654

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tofu/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ resource "google_container_cluster" "primary" {
6060
}
6161
ip_allocation_policy {
6262
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
6563
stack_type = "IPV4_IPV6"
6664
}
6765
datapath_provider = "ADVANCED_DATAPATH"

0 commit comments

Comments
 (0)