VPC terraform module
Name | Version |
---|---|
terraform | >= 0.13 |
aws | ~> 3.10 |
random | ~> 2.3.0 |
Name | Version |
---|---|
aws | ~> 3.10 |
Name | Source | Version |
---|---|---|
vpc | terraform-aws-modules/vpc/aws | 2.71.0 |
Name | Type |
---|---|
aws_security_group.sqs_vpc_endpoint_security_group | resource |
aws_security_group.sts_vpc_endpoint_security_group | resource |
aws_security_group.vpc_endpoint_security_group | resource |
aws_vpc_endpoint.dynamodb | resource |
aws_vpc_endpoint.sqs | resource |
aws_vpc_endpoint.sts | resource |
aws_vpc_endpoint.this | resource |
aws_vpc_endpoint_service.dynamodb | data source |
aws_vpc_endpoint_service.sqs | data source |
aws_vpc_endpoint_service.sts | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
availability_zones | List of availability zones that exists in selected region | list(string) |
n/a | yes |
aws_region | n/a | string |
"us-east-1" |
no |
cidr_subnet_bits | n/a | number |
3 |
no |
ec2_sg_egress_rules | description | any |
[] |
no |
ec2_sg_ingress_rules | description | any |
[] |
no |
enable_nat_gateway | Whether to enable Nat Gateway. If private_subnets list is empty, this should | bool |
false |
no |
environment | Nombre del ambiente. e.g, dev, qa, stg, prod | string |
"dev" |
no |
private_subnets | List of cidrs for subnets | list(string) |
[] |
no |
project_name | n/a | string |
"my-project" |
no |
project_vpc_cidr | n/a | string |
"10.10.0.0/16" |
no |
public_subnets | List of cidrs for subnets | list(string) |
[] |
no |
single_nat_gateway | n/a | bool |
true |
no |
tags | general tags | map(string) |
{} |
no |
vpc_enable_dynamodb_endpoint | n/a | bool |
false |
no |
vpc_enable_endpoint | description | bool |
false |
no |
vpc_enable_s3_endpoint | n/a | bool |
false |
no |
vpc_enable_sqs_endpoint | n/a | bool |
false |
no |
vpc_enable_sts_endpoint | n/a | bool |
false |
no |
vpc_endpoint | description | any |
[] |
no |
vpc_name | n/a | string |
"" |
no |
Name | Description |
---|---|
project_name | n/a |
vpc_aws_region | n/a |
vpc_cidr_block | n/a |
vpc_environment | n/a |
vpc_id | n/a |
vpc_private_subnet_ids | n/a |
vpc_private_subnets_cidr_blocks | n/a |
vpc_public_subnet_ids | n/a |
vpc_public_subnets_cidr_blocks | n/a |