Skip to content

Commit

Permalink
chore: updating
Browse files Browse the repository at this point in the history
  • Loading branch information
gambol99 committed Apr 23, 2024
1 parent 3c80817 commit 1d2752e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

locals {
public_subnet_ids = module.vpc.public_subnet_ids
## The vpc id for the VPN
vpc_id = module.vpc.vpc_id
}
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module "client_vpn" {
source = "cloudposse/ec2-client-vpn/aws"
version = "1.0.0"

associated_subnets = module.vpc.public_subnet_ids
associated_subnets = local.public_subnet_ids
authentication_type = "federated-authentication"
authorization_rules = var.authorization_rules
client_cidr = var.client_cidr
Expand Down

0 comments on commit 1d2752e

Please sign in to comment.