VPC
AyushWahane/VPC/AWS
Terraform Module
HCL
AWS
Install
module "VPC" {
source = "AyushWahane/VPC/AWS"
version = "1.0.0"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_name | string | required | |
| vpc_cidr_block | string | required | |
| subnet_names | list(any) | required | |
| subnet_cidr_block | list(any) | required | |
| gateway_name | string | required | |
| route_table_name | string | required |
Outputs (3)
vpcsubnetgatewayResources (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