Skip to content

Commit

Permalink
chore: bastion to depend on router nat explicitly (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Jul 16, 2022
1 parent 8a959a9 commit bf55a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ resource "google_compute_instance" "bastion" {
lnd_version : local.lnd_version
bos_version : local.bos_version
})

depends_on = [
google_compute_router_nat.main
]
}

data "google_iam_policy" "bastion" {
Expand Down

0 comments on commit bf55a38

Please sign in to comment.