Skip to content

Commit

Permalink
rm managed_identity as an overridable user option
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Jan 6, 2025
1 parent 2171b33 commit 4a0b113
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ variable "aad_access_control" {
description = "Azure Active Directory Role-Based Access Control (RBAC) integration in a Kubernetes cluster"
type = object({
azure_rbac_enabled : bool
managed_identity : bool
admin_group_object_ids : list(string)
})
default = {
azure_rbac_enabled : false
managed_identity : false
admin_group_object_ids : []
}
nullable = false
Expand Down
2 changes: 0 additions & 2 deletions src/_nebari/stages/infrastructure/template/azure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@ variable "aad_access_control" {
description = "Azure Active Directory Role-Based Access Control (RBAC) integration in a Kubernetes cluster"
type = object({
azure_rbac_enabled : bool
managed_identity : bool
admin_group_object_ids : list(string)
})
default = {
azure_rbac_enabled : false
managed_identity : false
admin_group_object_ids : []
}
}
Expand Down

0 comments on commit 4a0b113

Please sign in to comment.