diff --git a/tags/tags.finops.tf b/tags/tags.finops.tf index 0b643eb..42f464d 100644 --- a/tags/tags.finops.tf +++ b/tags/tags.finops.tf @@ -10,6 +10,7 @@ locals { } resource "terraform_data" "finops" { + count = length(local.finops_tags) > 0 ? 1 : 0 input = local.finops_tags lifecycle {