DNS Zone
Overview
{
"dns_zone": {
"name": "cyncly-platform.com",
"location": "northeurope",
"resource_group_name": "my-rg-name",
"external": true
}
}
DNS Zone Reference
| Key | Type | Description |
|---|
name (required) | string | The name of the DNS zone |
location | string | Resource Location (defaults to the resource group location) |
external | bool | A reference to an existing DNS zone (defaults to true) |
resource_group_name | string | The name of the resource group where the resource is located, only with external resources (defaults to the resource group of the deployment) |