Skip to content

TamirFriedman-RecoLabs/terraform-aws-client-vpn

 
 

Repository files navigation

terraform-aws-client-vpn

Lint Status LICENSE

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

Requirements

Name Version
terraform >= 0.12.0

Providers

Name Version
aws n/a
tls n/a

Inputs

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

Outputs

No output.

Author

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

About

This terraform module installs a client VPN.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%