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"
}
Inputs (5)
| Name | Type | Description | Default |
|---|---|---|---|
| name-spokes | map | provide names of spokes, e.g. | {
"0": [
"spoke-A",
"frontend" |
| cidr-spokes | map | provide cidr of spokes, e.g. | {
"0": [
"10.0.0.0/22",
"10.0. |
| deployment-tags | map | provide tag values, e.g. | {
"managed-by": "terraform-cloud",
" |
| location | string | Used to set deployment location | "France Central" |
| subnets-per-vnet | number | the number of subnet to create per each vnet (1 > num >= 4) | 2 |
Outputs (9)
vnet-id — The id of the newly created vNetvnet-name — The Name of the newly created vNetsubnet-B-id — The Subnet B idssubnet-C-id — The Subnet C idsresource-group-ids — The id of the newly created vNetresource-group-names — The id of the newly created vNetvnet-address-space — The address space of the newly created vNetsubnet-A-id — The Subnet A idssubnet-D-id — The Subnet D idsResources (6)
azurerm_network_security_groupazurerm_resource_groupazurerm_route_tableazurerm_subnetazurerm_subnet_route_table_associationazurerm_virtual_network
Topics & Tags
Details
FrameworkTerraform Module
LanguageHCL
Version1.2.4
Cloud MODULE
★ Stars0
Forks0
Total downloads220
Inputs5
Outputs9
Resources6
Namespacegbrembati
Updated
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952azure
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581azure
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210azure
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform