btlabz-pri-sn

btower-labz/btlabz-pri-sn/aws

Terraform Module HCL AWS

BTLabz AWS VPC parts: Private subnet.

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

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

Inputs (6)
NameTypeDescriptionDefault
vpc_idstringVPC identifier to create the subnet in. required
cidrstringSubnet's CIDR range. required
azstringSubnet's availability zone. required
rt_namestringPrivate route table name. Will be used as the 'Name' tag value. Default is subne""
tagsmap(string)Additional tags.{}
namestringSubnet name. Will be used as the 'Name' tag value."private-subnet"
Outputs (2)
subnet_id — Private subnet identifier.
rt_id — Private subnet route idenrifier.
Resources (3)
aws_route_tableaws_route_table_associationaws_subnet
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0-000
Cloud AWS
★ Stars0
Forks1
Total downloads9.0k
Inputs6
Outputs2
Resources3
LicenseUnlicense
Namespacebtower-labz
Updated