diff --git a/models/deployment/terragrunt.hcl b/models/deployment/terragrunt.hcl index 0048daa..2e1f18a 100644 --- a/models/deployment/terragrunt.hcl +++ b/models/deployment/terragrunt.hcl @@ -4,5 +4,5 @@ include "root" { } terraform { - source = "git::https://gitlab.forge.education.gouv.fr/dp2n-integ/commun/terraform/modules/cloe.git//?ref=2.0.11" + source = "git::https://gitlab.forge.education.gouv.fr/dp2n-integ/commun/terraform/modules/cloe.git//?ref=${values.terraform_cloe_version}" } diff --git a/models/product/product.hcl b/models/product/product.hcl index 64c0ee1..cbcdd88 100644 --- a/models/product/product.hcl +++ b/models/product/product.hcl @@ -1,5 +1,4 @@ locals { - product = basename(get_terragrunt_dir()) - + catalog_name = values.catalog_name }