diff --git a/tests/tofu/main.tf b/tests/tofu/main.tf index eb582f01c3..e176c21fa0 100644 --- a/tests/tofu/main.tf +++ b/tests/tofu/main.tf @@ -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 {