Skip to content

cloudtipss/Create-VPC-using-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

No providers.

Modules

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

Resources

No resources.

Inputs

Name Description Type Default Required
additional_tags Additional resource tags map(string)
{
"owner": "cloudtipss.com",
"project": "cloudtipss-vpc"
}
no
aws_availability_zones AWS availability zones list
[
"us-east-1a",
"us-east-1b",
"us-east-1c"
]
no
aws_profile Set this variable if you use another profile besides the default awscli profile called 'default'. string "default" no
aws_region Set this variable if you use another aws region. string "us-east-1" no
cidr Cird block for your VPC string "10.0.0.0/16" no
env Set this variable to specify environment string "dev" no
private_subnets private subnets to create, need to have 1 for each AZ list
[
"10.0.1.0/24",
"10.0.2.0/24",
"10.0.3.0/24"
]
no
public_subnets public subnets to create, need to have 1 for each AZ list
[
"10.0.4.0/24",
"10.0.5.0/24",
"10.0.6.0/24"
]
no

Outputs

Name Description
azs A list of availability zones specified as argument to this module
private_subnets List of IDs of private subnets
public_subnets List of IDs of public subnets
vpc_id Id of vpc created

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages