Skip to content

Commit 2259f37

Browse files
authored
Feature/19482 api management api data module AB#19482 (#29)
* Add api_management_api data module * Extend data module to provide ID URI
1 parent 8b9b660 commit 2259f37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api_management_api/outputs.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ output "id" {
1212

1313
output "client_id" {
1414
value = var.app_registration_name != null ? data.azuread_application.app_registration[0].client_id : null
15+
16+
}
17+
18+
output "app_registration_name" {
19+
value = var.app_registration_name
20+
}
21+
22+
output "application_id_uri" {
23+
value = "api://${var.app_registration_name}"
1524
}

0 commit comments

Comments
 (0)