diff --git a/main.tf b/main.tf index 1f45896..8f25e0d 100644 --- a/main.tf +++ b/main.tf @@ -61,4 +61,6 @@ module "client_vpn" { target_vpc_subnet_id = subnet.id } ] + + depends_on = [module.vpc] }