aboutsummaryrefslogtreecommitdiff
path: root/terraform/conflatorio-pgadmin/terragrunt.hcl
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-10-31 10:10:37 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2023-10-31 12:15:56 +0100
commitfe893bf39fe3984dfb07ae965956bb276229b3ab (patch)
tree971696920c80b5b9387af5a1bb6a1194c2fc75d5 /terraform/conflatorio-pgadmin/terragrunt.hcl
parent926ddbf926d46aeedead10a19a69d95560c89466 (diff)
downloadinfra-fe893bf39fe3984dfb07ae965956bb276229b3ab.tar.gz
infra-fe893bf39fe3984dfb07ae965956bb276229b3ab.tar.bz2
infra-fe893bf39fe3984dfb07ae965956bb276229b3ab.tar.xz
infra-fe893bf39fe3984dfb07ae965956bb276229b3ab.zip
pgadmin
Diffstat (limited to 'terraform/conflatorio-pgadmin/terragrunt.hcl')
-rw-r--r--terraform/conflatorio-pgadmin/terragrunt.hcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/terraform/conflatorio-pgadmin/terragrunt.hcl b/terraform/conflatorio-pgadmin/terragrunt.hcl
new file mode 100644
index 0000000..e147285
--- /dev/null
+++ b/terraform/conflatorio-pgadmin/terragrunt.hcl
@@ -0,0 +1,3 @@
+include "root" {
+ path = find_in_parent_folders()
+}