Skip to content

Commit

Permalink
cird
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 5, 2025
1 parent c2c86b7 commit 2482eaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ resource "google_container_cluster" "primary" {
cidr_block = "${chomp(data.http.myip.response_body)}/32"
display_name = "local-ip"
}
cidr_blocks {
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
display_name = "vpc"
}
}

private_cluster_config {
Expand Down

0 comments on commit 2482eaa

Please sign in to comment.