Name | Version |
---|---|
terraform | >= 0.13 |
aws | >= 3.5.0 |
Name | Version |
---|---|
aws | >= 3.5.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
cidr | n/a | any |
n/a | yes |
environment | The environment of Account | any |
n/a | yes |
name | Name of the account | any |
n/a | yes |
private_subnets | n/a | any |
n/a | yes |
public_subnets | n/a | any |
n/a | yes |
Name | Description |
---|---|
azs | A list of availability zones specified as argument to this module |
nat_public_ips | List of public Elastic IPs created for AWS NAT Gateway |
private_subnets | List of IDs of private subnets |
public_subnets | List of IDs of public subnets |
vpc_cidr_block | The CIDR block of the VPC |
vpc_id | The ID of the VPC |
To develop on this repo the following binaries are nice to have.
- Terraform 0.12
- pre-commit (https://pre-commit.com/#install)
- terraform-docs (https://github.com/segmentio/terraform-docs)