Skip to content

Commit

Permalink
ip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jan 17, 2025
1 parent cdb611e commit 35e215c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ resource "google_container_cluster" "primary" {
enable_private_nodes = true
private_endpoint_subnetwork = google_compute_subnetwork.subnet.self_link
}
ip_allocation_policy {
cluster_ipv4_cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
cluster_secondary_range_name = cluster_ipv4_cidr_block
stack_type = "IPV4_IPV6"
}
}

resource "google_container_node_pool" "primary_nodes" {
Expand Down

0 comments on commit 35e215c

Please sign in to comment.