We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6b814 commit a9624a6Copy full SHA for a9624a6
examples/basic-azure-integration/outputs.tf
@@ -20,6 +20,16 @@ output "kraken_spp_password" {
20
sensitive = true
21
}
22
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
33
output "uami_blueprint_user_principal" {
34
description = "UAMI Blueprint Assignment Service Principal."
35
value = module.meshplatform.uami_blueprint_user_principal
0 commit comments