Skip to content

Commit 8eec120

Browse files
committed
advanced
1 parent aaa3585 commit 8eec120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/tofu/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ resource "google_container_cluster" "primary" {
5959
}
6060
ip_allocation_policy {
6161
cluster_ipv4_cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
62+
cluster_secondary_range_name = google_compute_subnetwork.subnet.secondary_ip_range_name
63+
services_secondary_range_name = google_compute_subnetwork.subnets.services_secondary_range_name
6264
stack_type = "IPV4_IPV6"
6365
}
66+
datapath_provider = "ADVANCED_DATAPATH"
6467
}
6568

6669
resource "google_container_node_pool" "primary_nodes" {

0 commit comments

Comments
 (0)