We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c86b7 commit 2482eaaCopy full SHA for 2482eaa
tests/tofu/main.tf
@@ -47,6 +47,10 @@ resource "google_container_cluster" "primary" {
47
cidr_block = "${chomp(data.http.myip.response_body)}/32"
48
display_name = "local-ip"
49
}
50
+ cidr_blocks {
51
+ cidr_block = google_compute_subnetwork.subnet.ip_cidr_range
52
+ display_name = "vpc"
53
+ }
54
55
56
private_cluster_config {
0 commit comments