Deploy Azure Virtual network with a dedicated Terraform module
A Resource Group
Name | Version |
---|---|
azurerm | n/a |
No modules.
Name | Type |
---|---|
azurerm_network_ddos_protection_plan.az_ddos_protect_plan | resource |
azurerm_virtual_network.az_vnet | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
address_space | Virtual Network address space | any |
n/a | yes |
ddos_protection_plan_name | DDOS Protection Plan name | string |
"" |
no |
dns_servers | Virtual Network associated DNS Servers | any |
null |
no |
location | Virtual Network resources Location | string |
n/a | yes |
required_ddos_protection_plan | Set to true if DDOS Protection Plan is required | bool |
false |
no |
resource_group_name | Virtual Network resource group name | string |
n/a | yes |
tags | A mapping of tags which should be assigned to the Virtual Network | map |
{} |
no |
vnet_name | Virtual Network name | string |
n/a | yes |
Name | Description |
---|---|
vnet_address_space | Virtual Network address space |
vnet_id | Virtual Network ID |
vnet_name | Virtual Network Name |