Skip to content

Commit

Permalink
do not include base_tags in tags output
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2024
1 parent 1c5e1c8 commit 82d9b16
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
@@ -1,7 +1,7 @@
output "tags" {
description = "Map of processed tag key/value pairs"
value = merge(
local.base_tags,
# local.base_tags,
{ for k, v in local.finops_tags : format("%v_%v", local._finops_tags.prefix, k) => v },
)
}
Expand Down

0 comments on commit 82d9b16

Please sign in to comment.