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 ca6ff49 commit f933614Copy full SHA for f933614
main.tf
@@ -56,7 +56,7 @@ data "google_compute_subnetwork" "created_subnets" {
56
name = element(google_compute_subnetwork.subnetwork.*.name, count.index)
57
region = element(google_compute_subnetwork.subnetwork.*.region, count.index)
58
project = var.project_id
59
- depends_on = ["google_compute_subnetwork.subnetwork"]
+ depends_on = [google_compute_subnetwork.subnetwork]
60
}
61
62
/******************************************
0 commit comments