From c1803459c09f2d8044edb54a21b102e8a84afcbf Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 30 Jul 2025 12:11:08 -0400 Subject: [PATCH] fix --- tags/outputs.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" {