aboutsummaryrefslogtreecommitdiff
path: root/terraform/unifi-controller/terragrunt.hcl
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2023-02-27 11:35:40 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2023-02-27 11:35:40 +0100
commitf05b5689f86243b227068cf9331d8146fbc33cf8 (patch)
tree8671383b7e364e2083cc7e16420cfb4d80d7d8ef /terraform/unifi-controller/terragrunt.hcl
parentfd13d07d83fd124064d625206bcca97d6a386df3 (diff)
downloadinfra-f05b5689f86243b227068cf9331d8146fbc33cf8.tar.gz
infra-f05b5689f86243b227068cf9331d8146fbc33cf8.tar.bz2
infra-f05b5689f86243b227068cf9331d8146fbc33cf8.tar.xz
infra-f05b5689f86243b227068cf9331d8146fbc33cf8.zip
unifi-controller
Diffstat (limited to 'terraform/unifi-controller/terragrunt.hcl')
-rw-r--r--terraform/unifi-controller/terragrunt.hcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/terraform/unifi-controller/terragrunt.hcl b/terraform/unifi-controller/terragrunt.hcl
new file mode 100644
index 0000000..e147285
--- /dev/null
+++ b/terraform/unifi-controller/terragrunt.hcl
@@ -0,0 +1,3 @@
+include "root" {
+ path = find_in_parent_folders()
+}