Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.02 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.02 KB

Virtual Network Module

Providers

Name Version
azurerm 3.106.1

Modules

Name Source Version
vnet Azure/network/azurerm 5.3.0

Requirements

Name Version
terraform >=1.2
azurerm >=3.11.0, <4.0
random 3.3.2

Inputs

Name Description Type Default Required
location The Azure Region in which all resources will be created. string "germanywestcentral" no
tags A map of tags to apply to all resources map(any) {} no
use_for_each Use for_each to create multiple resources. bool true no

Outputs

Name Description
vnet_address_space The address space of the newly created vNet
vnet_id The id of the newly created vNet
vnet_location The location of the newly created vNet
vnet_name The name of the newly created vNet
vnet_subnets The ids of subnets created inside the newly created vNet

Resources

Name Type
azurerm_resource_group.dev resource