Skip to content

Commit

Permalink
Update vpn-endpoint.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga authored Jun 7, 2024
1 parent 244f92f commit db7ae06
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 @@ -12,6 +12,7 @@ resource "aws_ec2_client_vpn_endpoint" "default" {
type = var.authentication_type
root_certificate_chain_arn = var.authentication_type != "certificate-authentication" ? null : aws_acm_certificate.root.arn
saml_provider_arn = var.authentication_saml_provider_arn
self_service_saml_provider_arn = local.self_service_portal == true ? var.self_service_saml_provider_arn : null
active_directory_id = var.active_directory_id
}

Expand Down

0 comments on commit db7ae06

Please sign in to comment.