Skip to content

Commit 2482eaa

Browse files
committed
cird
1 parent c2c86b7 commit 2482eaa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tofu/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ resource "google_container_cluster" "primary" {
4747
cidr_block = "${chomp(data.http.myip.response_body)}/32"
4848
display_name = "local-ip"
4949
}
50+
cidr_blocks {
51+
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
52+
display_name = "vpc"
53+
}
5054
}
5155

5256
private_cluster_config {

0 commit comments

Comments
 (0)