8000 GitHub - Pyxis-Portal/tf-aws-vpc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pyxis-Portal/tf-aws-vpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-aws-vpc

VPC terraform module

Requirements

Name Version
terraform >= 0.13
aws ~> 3.10
random ~> 2.3.0

Providers

Name Version
aws ~> 3.10

Modules

Name Source Version
vpc terraform-aws-modules/vpc/aws 2.71.0

Resources

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

Inputs

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

Outputs

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0