diff --git a/tags/outputs.tf b/tags/outputs.tf index 77a20e8..8149bf4 100644 --- a/tags/outputs.tf +++ b/tags/outputs.tf @@ -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" {