This terraform module installs a client vpn.
The following resources will be created:
- VPN Endpoint - Provides an AWS Client VPN endpoint for OpenVPN clients.
- Provides network associations for AWS Client VPN endpoints
- Generate AWS Certificate Manager(ACM) certificates
Name | Version |
---|---|
terraform | >= 0.12.0 |
Name | Version |
---|---|
aws | n/a |
tls | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cidr | Network CIDR to use for clients | any |
n/a | yes |
logs_retention | Retention in days for CloudWatch Log Group | number |
365 |
no |
name | Name prefix for the resources of this stack | any |
n/a | yes |
organization_name | Name of organization to use in private certificate | string |
"ACME, Inc" |
no |
subnet_ids | Subnet ID to associate clients | list(string) |
n/a | yes |
tags | Extra tags to attach to resources | map |
{} |
no |
No output.
Module managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.