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 aaa3585 commit 8eec120Copy full SHA for 8eec120
tests/tofu/main.tf
@@ -59,8 +59,11 @@ resource "google_container_cluster" "primary" {
59
}
60
ip_allocation_policy {
61
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
64
stack_type = "IPV4_IPV6"
65
66
+ datapath_provider = "ADVANCED_DATAPATH"
67
68
69
resource "google_container_node_pool" "primary_nodes" {
0 commit comments