Index
Requirements¶
Name | Version |
---|---|
terraform | ~> 1.3 |
aws | ~> 4.9 |
Providers¶
No providers.
Modules¶
Name | Source | Version |
---|---|---|
network | ../. | n/a |
tags | git::https://github.com/sourcefuse/terraform-aws-refarch-tags.git | 1.1.0 |
Resources¶
No resources.
Inputs¶
Name | Description | Type | Default | Required |
---|---|---|---|---|
availability_zones | List of availability zones to deploy resources in. | list(string) |
[ |
no |
environment | Name of the environment, i.e. dev, stage, prod | string |
"dev" |
no |
namespace | Namespace of the project, i.e. refarch | string |
"example" |
no |
profile | AWS profile | string |
"default" |
no |
region | AWS Region | string |
"us-east-1" |
no |
vpc_ipv4_primary_cidr_block | IPv4 CIDR block for the VPC to use. | string |
"10.9.0.0/16" |
no |
Outputs¶
Name | Description |
---|---|
vpn_endpoint_dns_name | The DNS Name of the Client VPN Endpoint Connection. |