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.
2 parents fc7d126 + 0762ea8 commit 692542eCopy full SHA for 692542e
main.tf
@@ -30,6 +30,8 @@ resource "google_compute_network" "network" {
30
resource "google_compute_shared_vpc_host_project" "shared_vpc_host" {
31
count = "${var.shared_vpc_host == "true" ? 1 : 0}"
32
project = "${var.project_id}"
33
+ depends_on = ["google_compute_network.network"]
34
+
35
}
36
37
/******************************************
0 commit comments