Skip to content

Commit

Permalink
fix: include federated metering role in output
Browse files Browse the repository at this point in the history
  • Loading branch information
henryde committed Apr 11, 2024
1 parent 6f34d77 commit 332690e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ output "cost_explorer_privileged_external_id" {
description = "Cost explorer privileged_external_id"
sensitive = true
}

output "cost_explorer_identity_federation_role" {
value = var.workload_identity_federation == null ? null : module.meshcloud_account_metering_access.workload_identity_federation_role
}

0 comments on commit 332690e

Please sign in to comment.