diff --git a/variables.tf b/variables.tf index 51c00959..33b94778 100644 --- a/variables.tf +++ b/variables.tf @@ -406,12 +406,6 @@ variable "node_resource_group" { default = null } -variable "private_dns_zone_id" { - description = "(Optional) Either the ID of Private DNS Zone which should be delegated to this Cluster, `System` to have AKS manage this or `None`. In case of `None` you will need to bring your own DNS server and set up resolving, otherwise cluster will have issues after provisioning. Changing this forces a new resource to be created." - type = string - default = null -} - variable "disk_encryption_set_id" { description = "(Optional) The ID of the Disk Encryption Set which should be used for the Nodes and Volumes. More information [can be found in the documentation](https://docs.microsoft.com/azure/aks/azure-disk-customer-managed-keys). Changing this forces a new resource to be created." type = string @@ -455,4 +449,4 @@ variable "local_account_disabled" { description = "(Optional) - If `true` local accounts will be disabled. Defaults to `false`. See [the documentation](https://docs.microsoft.com/azure/aks/managed-aad#disable-local-accounts) for more information." type = bool default = null -} \ No newline at end of file +}