btlabz-vpc-base

btower-labz/btlabz-vpc-base/aws

Terraform Module HCL AWS

BTLabz AWS VPC parts: VPC base.

Install
module "btlabz-vpc-base" {
source = "btower-labz/btlabz-vpc-base/aws"
version = "1.0.0-000"
}
plain text: /constructs/tfmod-btower-labz-btlabz-vpc-base-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

BT-Labz AWS VPC parts. Basic VPC module. Terraform registry: https://registry.terraform.io/modules/btower-labz/btlabz-vpc-base/aws Project structure See here: FILES Inputs\Outputs See here: INPUTS\OUTPUTS Features Default route table usage. IGW Usage `` ``

Inputs (5)
NameTypeDescriptionDefault
cidrstringVPC's CIDR range. required
vpc_namestringVPC name. This will be uses as the 'Name' tag value."main-vpc"
rt_namestringVPC's main public route table name."public-rt"
tagsmap(string)Additional tags.{}
igw_namestringInternet gateway name. This will be uses as the 'Name' tag value."main-igw"
Outputs (4)
vpc_cidr — VPC CIDR block.
vpc_id — VPC identifier.
rt_id — Main public RT identifier.
igw_id — AWS Internet gateway identifier.
Resources (4)
aws_default_route_tableaws_internet_gatewayaws_routeaws_vpc
Topics & Tags
iacterraformvpcaws
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0-000
Cloud AWS
★ Stars0
Forks1
Total downloads7.4k
Inputs5
Outputs4
Resources4
LicenseUnlicense
Namespacebtower-labz
Updated