stack/models/deployment/terragrunt.hcl
2026-06-30 14:59:34 +02:00

8 lines
250 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=2.0.11"
}