You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: outputs.tf
+50-29Lines changed: 50 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,49 @@ The following outputs are available after deployment:
187
187
| azure_ad_tenant_id | Azure AD tenant ID | No | ✅ |
188
188
| documentation | This documentation in markdown format | No | ✅ |
189
189
190
+
## meshStack Integration Details
191
+
192
+
This AAD tenant is configured as a meshPlatform, with tenant-level service principals allowing meshStack to access data and orchestrate Azure platform functionality.
${length(module.replicator_service_principal) >0?"# Replicator Service Principal (✅ deployed)\nterraform output replicator_service_principal\nterraform output -raw replicator_service_principal_password # sensitive":"# Replicator Service Principal (❌ not deployed)"}
242
+
243
+
${length(module.metering_service_principal) >0?"# Metering Service Principal (✅ deployed)\nterraform output metering_service_principal\nterraform output -raw metering_service_principal_password # sensitive":"# Metering Service Principal (❌ not deployed)"}
244
+
245
+
${length(module.sso_service_principal) >0?"# SSO Service Principal (✅ deployed)\nterraform output sso_service_principal_client_id\nterraform output -raw sso_service_principal_password # sensitive\nterraform output -raw sso_discovery_url # sensitive":"# SSO Service Principal (❌ not deployed)"}
246
+
247
+
${length(module.mca_service_principal) >0?"# MCA Service Principal (✅ deployed)\nterraform output mca_service_principal\nterraform output -raw mca_service_principal_password # sensitive\nterraform output mca_service_billing_scope":"# MCA Service Principal (❌ not deployed)"}
0 commit comments