We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f34d77 commit 1170966Copy full SHA for 1170966
outputs.tf
@@ -63,3 +63,7 @@ output "cost_explorer_privileged_external_id" {
63
description = "Cost explorer privileged_external_id"
64
sensitive = true
65
}
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