Skip to content

Commit 72f3e71

Browse files
Output application ID
1 parent 7e8f38d commit 72f3e71

File tree

1 file changed

+5
-0
lines changed
  • modules/azuread/Application-Role-Assignment

1 file changed

+5
-0
lines changed

modules/azuread/Application-Role-Assignment/outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ output "client_id" {
2323
value = azuread_application.ad_application.client_id
2424
}
2525

26+
output "application_id" {
27+
description = "The resource ID of the Azure AD application."
28+
value = azuread_application.ad_application.id
29+
}
30+
2631
output "object_id" {
2732
description = "The object ID of the service principal."
2833
value = azuread_service_principal.service_principal.object_id

0 commit comments

Comments
 (0)