stack/models/deployment/terragrunt.hcl

9 lines
250 B
HCL
Raw Normal View History

2026-06-30 14:59:34 +02:00
# 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"
}