From 1d4f5346d9252dd5f909b839856f31a958de395a Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Wed, 13 Jul 2022 10:09:33 +0200 Subject: [PATCH] Delete duplicated variable private_dns_zone_id --- variables.tf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 +}