Skip to content

Commit

Permalink
Delete duplicated variable private_dns_zone_id
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto authored and lonegunmanb committed Jul 13, 2022
1 parent cd80be0 commit 1d4f534
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}
}

0 comments on commit 1d4f534

Please sign in to comment.