Skip to content

Commit

Permalink
chore: adding the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 23, 2024
1 parent 8f913e7 commit 68eba07
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 @@ -61,4 +61,6 @@ module "client_vpn" {
target_vpc_subnet_id = subnet.id
}
]

depends_on = [module.vpc]
}

0 comments on commit 68eba07

Please sign in to comment.