Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.77 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.77 KB

terraform-aws-openvpn

Lint Status LICENSE

Requirements

Name Version
terraform >= 0.12.20

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
cluster_name n/a any n/a yes
domain_name Domain name to point to openvpn container for external access string "vpn.address" no
image n/a string "dnxsolutions/openvpn:2.2.0" no
mfa Enable or disable MFA for VPN users string "false" no
name Name of your ECS service string "default" no
requester_cidrs List of CIDRs to add to openvpn-access SG so clients can connect to resources list(string) [] no
revoke_users List of users (comma-separated, no spaces) to revoke previously created keys string "" no
route_push List of routes to push to client, comma-separated (ex: '10.100.0.0 255.255.0.0,10.200.0.0 255.255.0.0') string "" no
task_role_arn n/a any n/a yes
users List of users (comma-separated, no spaces) to create keys string "" no
vpc_id n/a any n/a yes

Outputs

No output.

Authors

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.