Skip to content

Commit f933614

Browse files
agno01morgante
andauthored
remove quotes
Co-Authored-By: Morgante Pell <[email protected]>
1 parent ca6ff49 commit f933614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data "google_compute_subnetwork" "created_subnets" {
5656
name = element(google_compute_subnetwork.subnetwork.*.name, count.index)
5757
region = element(google_compute_subnetwork.subnetwork.*.region, count.index)
5858
project = var.project_id
59-
depends_on = ["google_compute_subnetwork.subnetwork"]
59+
depends_on = [google_compute_subnetwork.subnetwork]
6060
}
6161

6262
/******************************************

0 commit comments

Comments
 (0)