Skip to content

Commit

Permalink
Merge pull request #26 from adeelamin15/master
Browse files Browse the repository at this point in the history
ISSUE #25 Adds VPC ID in client VPN endpoint argument
  • Loading branch information
mcosta1105 authored Apr 19, 2023
2 parents 4534f8c + 71428d9 commit ab1ab16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpn-endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ resource "aws_ec2_client_vpn_endpoint" "default" {
dns_servers = var.dns_servers
self_service_portal = local.self_service_portal
security_group_ids = [var.security_group_id == "" ? aws_security_group.default[0].id : var.security_group_id]
vpc_id = var.vpc_id

authentication_options {
type = var.authentication_type
Expand Down

0 comments on commit ab1ab16

Please sign in to comment.