Skip to content

schubergphilis/terraform-azure-mcaf-private-dns-zones

Repository files navigation

terraform-azure-mcaf-pdns-zones

Terraform Module to create all privatelink dns zones

Requirements

Name Version
terraform >= 1.9
azurerm >= 4, < 5.0

Providers

Name Version
azurerm >= 4, < 5.0

Modules

No modules.

Resources

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

Inputs

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

Outputs

Name Description
private_dns_zones object with all created Private DNS Zones
resource_group_id ID of the Resource Group created by the module

About

Terraform Module to create all possible Azure private DNS zones

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages