diff --git a/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/variables.tf b/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/variables.tf index 2131b7c86..2c41c8887 100644 --- a/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/variables.tf +++ b/src/_nebari/stages/infrastructure/template/azure/modules/kubernetes/variables.tf @@ -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 diff --git a/src/_nebari/stages/infrastructure/template/azure/variables.tf b/src/_nebari/stages/infrastructure/template/azure/variables.tf index 50de14f1e..cc827f650 100644 --- a/src/_nebari/stages/infrastructure/template/azure/variables.tf +++ b/src/_nebari/stages/infrastructure/template/azure/variables.tf @@ -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 : [] } }