File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
output "service_principal" {
2
+ description = " Service Principal application id and object id"
2
3
value = {
3
4
object_id = azuread_service_principal.meshcloud_idp_lookup.id
4
5
app_id = azuread_service_principal.meshcloud_idp_lookup.application_id
Original file line number Diff line number Diff line change 1
1
output "service_principal" {
2
+ description = " Service Principal application id and object id"
2
3
value = {
3
4
object_id = azuread_service_principal.meshcloud_kraken.id
4
5
app_id = azuread_service_principal.meshcloud_kraken.application_id
Original file line number Diff line number Diff line change 1
1
output "service_principal" {
2
+ description = " Service Principal application id and object id"
2
3
value = {
3
4
object_id = azuread_service_principal.meshcloud_replicator.id
4
5
app_id = azuread_service_principal.meshcloud_replicator.application_id
You can’t perform that action at this time.
0 commit comments