You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
role_mapping = {
built_in_role_mapping = {
resource_groups = {
rg = {
"Reader" = {
azuread_groups = {
keys = ["existing"] #I've tried this it did not work
rbac_id = "xxxxxxxx-b449-419e-aad8-fd6bf6d1f306" #I've tried this it did not work
}
}
}
}
}
}
New or Affected Resource(s
azurerm_role_mapping
Potential Configuration file
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Description
I'm having hard time to use an existing Entra ID group in Role Mapping. I need help badly. Thank you !
azuread_groups = {
existing = {
# https://github.com/aztfmod/terraform-azurerm-caf/blob/06d281ed891f0ac8acf4583c8291b899a55117d5/modules/azuread/groups/output.tf
id = "xxxxxxxx-b449-419e-aad8-fd6bf6d1f306"
rbac_id = "xxxxxxxx-b449-419e-aad8-fd6bf6d1f306" # When used in role mapping
}
}
role_mapping = {
built_in_role_mapping = {
resource_groups = {
rg = {
"Reader" = {
azuread_groups = {
keys = ["existing"] #I've tried this it did not work
rbac_id = "xxxxxxxx-b449-419e-aad8-fd6bf6d1f306" #I've tried this it did not work
}
}
}
}
}
}
New or Affected Resource(s
azurerm_role_mapping
Potential Configuration file
No response
References
No response
The text was updated successfully, but these errors were encountered: