This commit is contained in:
egarette@silique.fr 2026-06-30 18:17:55 +02:00
parent 0f85238c32
commit 10b64d30df

View file

@ -2,7 +2,7 @@ locals {
product = basename(get_terragrunt_dir())
catalog_name = values.catalog_name
}
locals = merge(
inputs = merge(
values
)