Name | Version |
---|---|
azurerm | 3.106.1 |
Name | Source | Version |
---|---|---|
vnet | Azure/network/azurerm | 5.3.0 |
Name | Version |
---|---|
terraform | >=1.2 |
azurerm | >=3.11.0, <4.0 |
random | 3.3.2 |
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 |
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 |
Name | Type |
---|---|
azurerm_resource_group.dev | resource |