Terraform Module to create all privatelink dns zones
Name | Version |
---|---|
terraform | >= 1.9 |
azurerm | >= 4, < 5.0 |
Name | Version |
---|---|
azurerm | >= 4, < 5.0 |
No modules.
Name | Type |
---|---|
azurerm_private_dns_zone.this | resource |
azurerm_private_dns_zone_virtual_network_link.this | resource |
azurerm_resource_group.this | resource |
azurerm_private_dns_zone.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
location | Location used for the resource group and in some Private DNS Zones | string |
n/a | yes |
resource_group_name | The name of the resource group in which to create the resources. | string |
n/a | yes |
shortlocation | shortcode of the location used in some Private DNS Zones | string |
n/a | yes |
additional_zones | Additional Private DNS Zones to create | list(string) |
[] |
no |
query_zones | if set to true will query for created zones instead of creating them, used for creating vnet links | bool |
false |
no |
tags | A map of tags to assign to the resources. | map(string) |
{} |
no |
virtual_network_id | The ID of the virtual network to link the Private DNS Zones to | string |
null |
no |
Name | Description |
---|---|
private_dns_zones | object with all created Private DNS Zones |
resource_group_id | ID of the Resource Group created by the module |