Skip to content

Commit a5c8d6f

Browse files
committed
feat: adding outputs
1 parent 2271ee8 commit a5c8d6f

File tree

1 file changed

+8
-0
lines changed
  • modules/meshcloud-mca-service-principal

1 file changed

+8
-0
lines changed

modules/meshcloud-mca-service-principal/module.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ data "azurerm_billing_mca_account_scope" "mca" {
2727
invoice_section_name = var.invoice_section_name
2828
}
2929

30+
output "mca_stuff" {
31+
value = data.azurerm_billing_mca_account_scope.mca
32+
}
33+
34+
output "id" {
35+
vaule = data.azurerm_billing_mca_account_scope.mca.id
36+
}
37+
3038
resource "azuread_application" "mca" {
3139
for_each = toset(var.service_principal_names)
3240
display_name = each.key

0 commit comments

Comments
 (0)