Skip to content

Commit

Permalink
vpc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Dec 20, 2024
1 parent 824a0f6 commit d650170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tofu/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ resource "google_container_cluster" "primary" {
display_name = "local-ip"
}

# cidr_blocks {
# cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
# display_name = "vpc"
# }
cidr_blocks {
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
display_name = "vpc"
}
}

private_cluster_config {
Expand Down

0 comments on commit d650170

Please sign in to comment.