aboutsummaryrefslogtreecommitdiff
path: root/terraform/conflatorio-docker/terragrunt.hcl
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-02-27 13:18:01 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2023-02-27 13:18:01 +0100
commit2db366457d598ab7fa0d86b57b40b12bf1779964 (patch)
treea6c031843cf1d594ab22b94d6754e1f4dd0bd7f4 /terraform/conflatorio-docker/terragrunt.hcl
parent811e75e8ff711c1c2d176cafb987eb94581010fa (diff)
downloadinfra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.gz
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.bz2
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.xz
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.zip
wip
Diffstat (limited to 'terraform/conflatorio-docker/terragrunt.hcl')
-rw-r--r--terraform/conflatorio-docker/terragrunt.hcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/terraform/conflatorio-docker/terragrunt.hcl b/terraform/conflatorio-docker/terragrunt.hcl
new file mode 100644
index 0000000..e147285
--- /dev/null
+++ b/terraform/conflatorio-docker/terragrunt.hcl
@@ -0,0 +1,3 @@
+include "root" {
+ path = find_in_parent_folders()
+}