Skip to content

Commit

Permalink
Revert "Enable Role Based Access Control based on Azure AD"
Browse files Browse the repository at this point in the history
This reverts commit 15c2293.
  • Loading branch information
Nitin Bisht committed Jul 5, 2021
1 parent 15c2293 commit c9bd0f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ resource "azurerm_kubernetes_cluster" "main" {
content {
managed = true
admin_group_object_ids = var.rbac_aad_admin_group_object_ids
azure_rbac_enabled = true
}
}

Expand Down

1 comment on commit c9bd0f0

@nitinnbisht
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will raise this in separate PR

Please sign in to comment.