Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
Co-Authored-By: Morgante Pell <[email protected]>
  • Loading branch information
agno01 and morgante authored Oct 10, 2019
1 parent ca6ff49 commit f933614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data "google_compute_subnetwork" "created_subnets" {
name = element(google_compute_subnetwork.subnetwork.*.name, count.index)
region = element(google_compute_subnetwork.subnetwork.*.region, count.index)
project = var.project_id
depends_on = ["google_compute_subnetwork.subnetwork"]
depends_on = [google_compute_subnetwork.subnetwork]
}

/******************************************
Expand Down

0 comments on commit f933614

Please sign in to comment.