DNS Zone

Overview

{
    "dns_zone": {
        "name": "cyncly-platform.com",

        "location": "northeurope",
        "resource_group_name": "my-rg-name",
        "external": true
    }
}

DNS Zone Reference

KeyTypeDescription
name (required)stringThe name of the DNS zone
locationstringResource Location (defaults to the resource group location)
externalboolA reference to an existing DNS zone (defaults to true)
resource_group_namestringThe name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment)