Terraform package to create the groundwork for AWS
Name | Version |
---|---|
aws | 4.65.0 |
Name | Version |
---|---|
aws | 4.65.0 |
No modules.
Name | Type |
---|---|
aws_eip.nat_gateway | resource |
aws_internet_gateway.gw | resource |
aws_nat_gateway.private_network_nat_gateway | resource |
aws_route_table.private_route_table | resource |
aws_route_table.public_route_table | resource |
aws_route_table_association.private_route_table_association | resource |
aws_route_table_association.public_route_table_association | resource |
aws_subnet.private_subnets | resource |
aws_subnet.public_subnets | resource |
aws_vpc.main | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
default_tags | The default tags for all resources. | map(string) |
{ |
no |
subnets | n/a | map(object({ |
{ |
no |
vpc_cidr_block | The CIDR block for the VPC. | string |
"10.0.0.0/16" |
no |
Name | Description |
---|---|
private_subnets_ids | The ID of the VPC |
public_subnets_ids | The ID of the VPC |
vpc_id | The ID of the VPC |