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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| cidr | string | VPC's CIDR range. | required |
| vpc_name | string | VPC name. This will be uses as the 'Name' tag value. | "main-vpc" |
| rt_name | string | VPC's main public route table name. | "public-rt" |
| tags | map(string) | Additional tags. | {} |
| igw_name | string | Internet 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
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0-000
Cloud AWS
★ Stars0
Forks1
Total downloads7.4k
Inputs5
Outputs4
Resources4
LicenseUnlicense
Namespacebtower-labz
Updated
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform