Skip to content

Commit

Permalink
Enable Role Based Access Control based on Azure AD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Bisht committed Jul 5, 2021
1 parent 9782e7e commit 15c2293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ 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

0 comments on commit 15c2293

Please sign in to comment.