Skip to content

Commit a9624a6

Browse files
author
Felix Zieger
committed
fix: output idp lookup service principal in basic example
1 parent 0f6b814 commit a9624a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/basic-azure-integration/outputs.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ output "kraken_spp_password" {
2020
sensitive = true
2121
}
2222

23+
output "idp_lookup_spp" {
24+
description = "IDP Lookup Service Principal."
25+
value = module.meshplatform.idp_lookup_spp
26+
}
27+
28+
output "idp_lookup_spp_password" {
29+
description = "Password for IDP Lookup Service Principal."
30+
value = module.meshplatform.idp_lookup_spp_password
31+
}
32+
2333
output "uami_blueprint_user_principal" {
2434
description = "UAMI Blueprint Assignment Service Principal."
2535
value = module.meshplatform.uami_blueprint_user_principal

0 commit comments

Comments
 (0)