8 lines
276 B
HCL
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}"
|
|
}
|