Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.94 KB

File metadata and controls

44 lines (32 loc) · 1.94 KB

terraform-azure-mcaf-pdns-zones

Terraform Module to create all privatelink dns zones

Requirements

Name Version
terraform >= 1.7
azurerm >= 4

Providers

Name Version
azurerm >= 4

Modules

No modules.

Resources

Name Type
azurerm_private_dns_zone.this resource
azurerm_resource_group.this resource

Inputs

Name Description Type Default Required
location Location used for the resource group and in some Private DNS Zones 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
resource_group The name of the resource group in which to create the resources.
object({
name = string
})
{
"name": null
}
no
tags A map of tags to assign to the resources. map(string) {} no

Outputs

Name Description
private_dns_zones object with all created Private DNS Zones