btlabz-pub-sn

btower-labz/btlabz-pub-sn/aws

Terraform Module HCL AWS ⏱ stale 4y 5mo

BTLabz AWS VPC parts: Public subnet.

Install

module "btlabz-pub-sn" {
source = "btower-labz/btlabz-pub-sn/aws"
version = "1.0.0-000"
}
⭐ Source on GitHub 📦 Registry page

README

BT-Labz AWS VPC parts. Public subnet module. Terraform registry: https://registry.terraform.io/modules/btower-labz/btlabz-pub-sn/aws Project structure See here: FILES Inputs\Outputs See here: INPUTS\OUTPUTS Features * No IPv6 Usage `` ``

Inputs (6)

NameTypeDescriptionDefault
vpc_idstringVPC identifier to create the subnet in. required
cidrstringSubnet's CIDR range. required
azstringSubnet's availability zone. required
rt_idstringPublic route table to bind subnet to. required
namestringSubnet name. Will be used as the 'Name' tag value."public-subnet"
tagsmap(string)Additional tags.{}

Outputs (1)

subnet_id — Public subnet identifier.

Resources (2)

aws_route_table_associationaws_subnet

Details

FrameworkTerraform Module
LanguageHCL
Version1.0.0-000
Cloud AWS
★ Stars0
Forks1
Total downloads8.1k
Inputs6
Outputs1
Resources2
LicenseUnlicense
Namespacebtower-labz
Updated