Skip to content

Commit

Permalink
add var.local_account_disabled back
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jul 13, 2022
1 parent e7cf5e4 commit f253727
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -437,3 +437,9 @@ variable "secret_rotation_interval" {
default = "2m"
nullable = false
}

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 f253727

Please sign in to comment.