Skip to content

Commit 5996e9c

Browse files
committed
vpc
1 parent c99bd40 commit 5996e9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/tofu/main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ resource "google_container_cluster" "primary" {
4848
display_name = "local-ip"
4949
}
5050

51-
# cidr_blocks {
52-
# cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
53-
# display_name = "vpc"
54-
# }
51+
cidr_blocks {
52+
cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
53+
display_name = "vpc"
54+
}
5555
}
5656

5757
private_cluster_config {

0 commit comments

Comments
 (0)