This commit is contained in:
egarette@silique.fr 2026-06-30 14:59:34 +02:00
parent 83544894ac
commit 6e7c534e85
5 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,5 @@
locals {
component = basename(get_terragrunt_dir())
}

View file

@ -0,0 +1,3 @@
locals {
deployment = basename(get_terragrunt_dir())
}

View file

@ -0,0 +1,8 @@
# 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"
}

View file

@ -0,0 +1,3 @@
locals {
env = basename(get_terragrunt_dir())
}

View file

@ -0,0 +1,3 @@
locals {
subcomponent = basename(get_terragrunt_dir())
}