Skip to content

Commit 1170966

Browse files
committed
fix: include federated metering role in output
1 parent 6f34d77 commit 1170966

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

outputs.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,7 @@ output "cost_explorer_privileged_external_id" {
6363
description = "Cost explorer privileged_external_id"
6464
sensitive = true
6565
}
66+
67+
output "cost_explorer_identity_federation_role" {
68+
value = var.workload_identity_federation == null ? null : module.meshcloud_account_metering_access.workload_identity_federation_role
69+
}

0 commit comments

Comments
 (0)