stack/models/deployment/terragrunt.hcl
2026-06-30 18:05:57 +02:00

8 lines
276 B
HCL

# Include all settings from the root terragrunt.hcl file
include "root" {
path = find_in_parent_folders("root.hcl")
}
terraform {
source = "git::https://gitlab.forge.education.gouv.fr/dp2n-integ/commun/terraform/modules/cloe.git//?ref=${values.terraform_cloe_version}"
}