Skip to content

Commit

Permalink
ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 17, 2025
1 parent 43426bd commit 243c654
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 243c654

Please sign in to comment.