Skip to content

Test of what a potential azure network module could look like

Notifications You must be signed in to change notification settings

Msabljic/network-module-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

No requirements.

Providers

Name Version
azurerm 3.53.0

Modules

Name Source Version
naming Azure/naming/azurerm 0.2.0

Resources

Name Type
azurerm_virtual_network.vnet-creation-block resource

Inputs

Name Description Type Default Required
cidr CIDR block which subnets are consumed from string "10.0.0.0/24" no
dns-hostnum Whole number for binary within the cidr range number 25 no
location Physical location of resources string "canadacentral" no
resource_group_name Resource group name string "test" no
subnets Values which will control creation of subnets within the vnet. Reference terraform cidr variable docs & networking material
list(object({
name = string
newbits = number
netnum = number
}))
[
{
"name": "",
"netnum": 4,
"newbits": 4
}
]
no
suffix Description: It is recommended that you specify a suffix for consistency. please use only lowercase characters when possible list(string)
[
"test",
"code"
]
no
tags n/a map
{
"cloud": "azure",
"env": "dev",
"resource": "test"
}
no
unique-length Description: Max length of the uniqueness suffix to be added number 6 no
unique-number Description: If you want to include numbers in the unique generation bool true no
vnet-name Name of virtual network to create string "" no

Outputs

Name Description
dns-server n/a
subnet-cidr n/a
subnet-name n/a
virtual-network-name n/a
vnet-cidr n/a

About

Test of what a potential azure network module could look like

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published