Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2024
1 parent 0e1df5c commit 9df3f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ output "tag_hierarchy" {

output "finops_roles" {
description = "Map of finops_project_role values based on finops_project_name and finops.roles in YAML"
value = { for r in local.finops_roles : r => { (format("%v_role", local._finops_tags.prefix)) = format("%v_%v", local.finops_tags.project_name, r) } }
value = { for r in local.finops_roles : r => { (format("%v_%v_role", local._finops_tags.prefix, "project")) = format("%v_%v", local.finops_tags.project_name, r) } }
}

0 comments on commit 9df3f69

Please sign in to comment.