Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 4, 2025
1 parent 941d13f commit 60e5ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/tags.finops.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
project_role = local._finops.role != null ? replace(replace(local._finops.role, "+", format("%v_", local._finops.name)), "/[^a-z0-9_]/", "") : null
}
finops_tags = { for k, v in local._finops_tags : k => v if v != null && k != "prefix" }
finops_roles = [for r in try(local.tags_in.finops["roles"], try(local.var.finops["roles"],[])) : lower(r)]
finops_roles = [for r in try(local.tags_in.finops["roles"], try(var.finops["roles"],[])) : lower(r)]
}

resource "terraform_data" "finops" {
Expand Down

0 comments on commit 60e5ccb

Please sign in to comment.