fix
This commit is contained in:
parent
ef87afb83b
commit
2b462517a8
2 changed files with 2 additions and 3 deletions
|
|
@ -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}"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
locals {
|
||||
|
||||
product = basename(get_terragrunt_dir())
|
||||
|
||||
catalog_name = values.catalog_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue