Skip to content

Commit 614811d

Browse files
committed
Adding output for all roles
1 parent ef2d263 commit 614811d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api_management_api/outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ output "default_role" {
3131
][0] : null
3232
}
3333

34+
output "roles" {
35+
value = data.azuread_application.app_registration[0].app_roles
36+
}
37+
3438

3539

3640

0 commit comments

Comments
 (0)