btlabz-nat-base

btower-labz/btlabz-nat-base/aws

Terraform Module HCL AWS

BTLabz AWS VPC parts: NAT

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

BT-Labz AWS VPC parts. NAT module. Terraform registry: https://registry.terraform.io/modules/btower-labz/btlabz-nat-base/aws Project structure See here: FILES Inputs\Outputs See here: INPUTS\OUTPUTS Features * Private subnet self-registration. Usage `` ``

Inputs (3)
NameTypeDescriptionDefault
subnet_idstringPublic subnet identifier to place NAT into. required
namestringNAT name. Will be used as the 'Name' tag value."main-vpc"
tagsmap(string)Additional tags.{}
Outputs (2)
nat_id — NAT identifier.
public_ip — NAT's public IP address.
Resources (3)
aws_ec2_tagaws_eipaws_nat_gateway
Topics & Tags
iacterraformawsnat
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0-002
Cloud AWS
★ Stars0
Forks1
Total downloads7.2k
Inputs3
Outputs2
Resources3
LicenseUnlicense
Namespacebtower-labz
Updated