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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| vpc_id | string | VPC identifier to create the subnet in. | required |
| cidr | string | Subnet's CIDR range. | required |
| az | string | Subnet's availability zone. | required |
| rt_name | string | Private route table name. Will be used as the 'Name' tag value. Default is subne | "" |
| tags | map(string) | Additional tags. | {} |
| name | string | Subnet 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
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