multi-vpc-dynamic-Module

AditiSingh01/multi-vpc-dynamic-Module/AWS

Terraform Module HCL AWS
Install
module "multi-vpc-dynamic-Module" {
source = "AditiSingh01/multi-vpc-dynamic-Module/AWS"
version = "0.0.1"
}
plain text: /constructs/tfmod-aditisingh01-multi-vpc-dynamic-module-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

multi-vpc-dynamic-Module Instructions This module is used to create multiple vpc with their respective subnets in both availability zones A and B separately. NOTE - Subnet cidrs and subnet names for both availabilty zones should be provided in a list. The coventions for subnet names is as followed - sub_az_a_name=["subnet-1-vpc-1-A","subnet-1-vpc-2-A","subnet-2-vpc-1-A","subnet-2-vpc-2-A"] sub_az_b_name=["subnet-1-vpc-1-B","subnet-1-vpc-2-B","subnet-2-vpc-1-B","subnet-2-vpc-2-B"] Same conventions should be used for cidrs too. Resources included in this module -- VPC SUBNETS FOR AVAILABILITY ZONE A SUBNETS FOR AVAILABILITY ZONE B

Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud AWS
★ Stars0
Forks0
NamespaceAditiSingh01
Updated