cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
45 stars 28 forks source link

self_service_portal #34

Closed mhmdio closed 2 years ago

mhmdio commented 2 years ago

Have a question? Please check out our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

self_service_portal - (Optional) Specify whether to enable the self-service portal for the Client VPN endpoint. Values can be enabled or disabled. Default value is disabled.

nitrocode commented 2 years ago

@mhmdio could you try the pr branch out to see if it works for you?

module "client_vpn" {
  source = "git::https://github.com/cloudposse/terraform-aws-ec2-client-vpn.git?ref=portal"

  # ...
}