From 83544894ac045f47bf3a24ba7ed5262a13aea01e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 30 Jun 2026 13:45:35 +0200 Subject: [PATCH] fix --- models/product/product.hcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 models/product/product.hcl diff --git a/models/product/product.hcl b/models/product/product.hcl new file mode 100644 index 0000000..64c0ee1 --- /dev/null +++ b/models/product/product.hcl @@ -0,0 +1,5 @@ +locals { + + product = basename(get_terragrunt_dir()) + +}