From 243c6547d135de8517eae1fd15d3857b92e161b3 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 16 Jan 2025 18:19:47 -0800 Subject: [PATCH] ranges --- tests/tofu/main.tf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/tofu/main.tf b/tests/tofu/main.tf index 9db2a7a4c5..abf6be4975 100644 --- a/tests/tofu/main.tf +++ b/tests/tofu/main.tf @@ -60,8 +60,6 @@ resource "google_container_cluster" "primary" { } ip_allocation_policy { cluster_ipv4_cidr_block = google_compute_subnetwork.subnet.ip_cidr_range - cluster_secondary_range_name = "pod-ranges" - services_secondary_range_name = google_compute_subnetwork.subnet.secondary_ip_range.0.range_name stack_type = "IPV4_IPV6" } datapath_provider = "ADVANCED_DATAPATH"