Skip to content

Commit

Permalink
Add dependency to gcp terraform so it doesn't break
Browse files Browse the repository at this point in the history
Signed-off-by: Panagiotis Xynos <[email protected]>
  • Loading branch information
crsimmons authored and Panagiotis Xynos committed Mar 1, 2019
1 parent 1c9e3ad commit 7d4fd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resource/assets/gcp/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ resource "google_sql_database_instance" "director" {
database_version = "POSTGRES_9_6"
region = "${var.region}"

depends_on = ["google_compute_instance.nat-instance"]

settings {
tier = "${var.db_tier}"
user_labels {
Expand Down

0 comments on commit 7d4fd25

Please sign in to comment.