File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
uami-blueprint-user-principal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ output "app_registration" {
2
2
description = " Application registration application id and object id"
3
3
value = {
4
4
object_id = azuread_application.meshcloud_sso.object_id
5
- app_id = azuread_application.meshcloud_sso.application_id
5
+ app_id = azuread_application.meshcloud_sso.client_id
6
6
}
7
7
}
8
8
Original file line number Diff line number Diff line change 1
1
output "service_principal" {
2
2
value = {
3
3
object_id = azuread_service_principal.uami_blueprint_principal.id
4
- app_id = azuread_service_principal.uami_blueprint_principal.application_id
4
+ app_id = azuread_service_principal.uami_blueprint_principal.client_id
5
5
password = " Execute `terraform output uami_blueprint_user_principal_password` to see the password"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments