azure-vnet

gbrembati/azure-vnet/module

Terraform Module HCL MODULE

Terraform module for VNets creation with cycles

Install
module "azure-vnet" {
source = "gbrembati/azure-vnet/module"
version = "1.2.4"
}
plain text: /constructs/tfmod-gbrembati-azure-vnet-module/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (5)
NameTypeDescriptionDefault
name-spokesmapprovide names of spokes, e.g.{ "0": [ "spoke-A", "frontend"
cidr-spokesmapprovide cidr of spokes, e.g.{ "0": [ "10.0.0.0/22", "10.0.
deployment-tagsmapprovide tag values, e.g.{ "managed-by": "terraform-cloud", "
locationstringUsed to set deployment location"France Central"
subnets-per-vnetnumberthe number of subnet to create per each vnet (1 > num >= 4)2
Outputs (9)
vnet-id — The id of the newly created vNet
vnet-name — The Name of the newly created vNet
subnet-B-id — The Subnet B ids
subnet-C-id — The Subnet C ids
resource-group-ids — The id of the newly created vNet
resource-group-names — The id of the newly created vNet
vnet-address-space — The address space of the newly created vNet
subnet-A-id — The Subnet A ids
subnet-D-id — The Subnet D ids
Resources (6)
azurerm_network_security_groupazurerm_resource_groupazurerm_route_tableazurerm_subnetazurerm_subnet_route_table_associationazurerm_virtual_network
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.4
Cloud MODULE
★ Stars0
Forks0
Total downloads220
Inputs5
Outputs9
Resources6
Namespacegbrembati
Updated