Skip to content

Commit aaa3585

Browse files
committed
ip
1 parent cdb611e commit aaa3585

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

tests/tofu/.terraform.lock.hcl

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/tofu/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ resource "google_container_cluster" "primary" {
5757
enable_private_nodes = true
5858
private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
5959
}
60+
ip_allocation_policy {
61+
cluster_ipv4_cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
62+
stack_type = "IPV4_IPV6"
63+
}
6064
}
6165

6266
resource "google_container_node_pool" "primary_nodes" {

0 commit comments

Comments
 (0)