9 lines
250 B
HCL
9 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"
|
||
|
|
}
|