VPC

AyushWahane/VPC/AWS

Terraform Module HCL AWS
Install
module "VPC" {
source = "AyushWahane/VPC/AWS"
version = "1.0.0"
}
plain text: /constructs/tfmod-ayushwahane-vpc-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-AWS-VPC AWS VPC Launcing module This Terraform module is used to create a VPC with certain options. Usage Inputs [arguments] - vpc_cidr_block - (Required) VPC network name. ex: 10.0.0.0/16 - vpc_name - (Optional) label the vpc with Name Key - subnet_cidr_block - (Required) list of VPC subnet network name. ex: [10.0.0.0/24, 10.0.1.0/24] - subnet_names - (Optional) label the subnet with Name Key as a list ex: [subnet1, subnet2] - gateway_name - (Optional) label the interet gateway with Name Key - route_table_name - (Optional) label the routing table with Name Key

Inputs (6)
NameTypeDescriptionDefault
vpc_namestring required
vpc_cidr_blockstring required
subnet_nameslist(any) required
subnet_cidr_blocklist(any) required
gateway_namestring required
route_table_namestring required
Outputs (3)
vpc
subnet
gateway
Resources (5)
aws_internet_gatewayaws_route_tableaws_route_table_associationaws_subnetaws_vpc
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud AWS
★ Stars0
Forks1
Total downloads3.9k
Inputs6
Outputs3
Resources5
NamespaceAyushWahane
Updated