modules/managed_identity/outputs.tf (
6
lines of code) (
raw
):
output "id" { value = azurerm_user_assigned_identity.mi.id } output "principal_id" { value = azurerm_user_assigned_identity.mi.principal_id }