Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 30, 2025
1 parent c1da89f commit c180345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tags/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ output "finops_roles" {
}

output "finops_tags" {
description = "Map of finops tags by short name for individual selection"
value = { for k,v in local.finops_tags : replace(k,"${local._finops_tags_prefix}_","") => { k = v }}
pescription = "Map of finops tags by short name for individual selection"
value = { for k,v in local.finops_tags : replace(k,"${local._finops_tags.prefix}_","") => { k = v }}
}

output "version" {
Expand Down

0 comments on commit c180345

Please sign in to comment.