Skip to content

Commit 0f6b814

Browse files
author
Felix Zieger
committed
feat: output tenant id
1 parent f1a3140 commit 0f6b814

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/basic-azure-integration/outputs.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ output "uami_blueprint_user_principal_password" {
3030
value = module.meshplatform.uami_blueprint_user_principal_password
3131
sensitive = true
3232
}
33+
34+
output "azure_ad_tenant_id" {
35+
description = "The Azure AD tenant id."
36+
value = module.meshplatform.azure_ad_tenant_id
37+
}
38+

0 commit comments

Comments
 (0)