From 0fcba36acd3114ffeedae31e1cf703164cb8d611 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 30 Jun 2026 19:05:38 +0200 Subject: [PATCH] fix --- models/product/product.hcl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/models/product/product.hcl b/models/product/product.hcl index e099a8e..10d3131 100644 --- a/models/product/product.hcl +++ b/models/product/product.hcl @@ -1,8 +1,5 @@ -locals { +locals = merge({ product = basename(get_terragrunt_dir()) -} - -inputs = { values = values -} +})