aboutsummaryrefslogtreecommitdiff
path: root/terraform/unifi-controller/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/unifi-controller/terragrunt.hcl
parent811e75e8ff711c1c2d176cafb987eb94581010fa (diff)
downloadinfra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.gz
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.bz2
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.tar.xz
infra-2db366457d598ab7fa0d86b57b40b12bf1779964.zip
wip
Diffstat (limited to 'terraform/unifi-controller/terragrunt.hcl')
-rw-r--r--terraform/unifi-controller/terragrunt.hcl8
1 files changed, 8 insertions, 0 deletions
diff --git a/terraform/unifi-controller/terragrunt.hcl b/terraform/unifi-controller/terragrunt.hcl
index e147285..35c1b74 100644
--- a/terraform/unifi-controller/terragrunt.hcl
+++ b/terraform/unifi-controller/terragrunt.hcl
@@ -1,3 +1,11 @@
include "root" {
path = find_in_parent_folders()
}
+
+dependency "docker" {
+ config_path = "../conflatorio-docker"
+}
+
+inputs = {
+ vpc_id = dependency.docker.outputs.foo
+}