Skip to content

Commit

Permalink
Merge pull request #36 from ArctiqTeam/master
Browse files Browse the repository at this point in the history
SVPC depends on VPC Config
  • Loading branch information
morgante authored Apr 2, 2019
2 parents fc7d126 + 0762ea8 commit 692542e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ resource "google_compute_network" "network" {
resource "google_compute_shared_vpc_host_project" "shared_vpc_host" {
count = "${var.shared_vpc_host == "true" ? 1 : 0}"
project = "${var.project_id}"
depends_on = ["google_compute_network.network"]

}

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

0 comments on commit 692542e

Please sign in to comment.