refactor code

This commit is contained in:
Jen Sheerin
2022-03-25 14:54:22 -04:00
parent 64aa77f9f8
commit d0af975d18
12 changed files with 139 additions and 61 deletions

View File

@ -8,7 +8,7 @@ data "azurerm_role_definition" "role" { # access an existing built-in role
}
resource "azuread_group" "aad_group" {
display_name = var.aad_group_name
display_name = var.aad_group_name
security_enabled = true
}