diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-23 14:45:48 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-10-23 14:46:41 +0200 |
commit | 3561e7d974630911ae3e26108ff9f2e03ec8599b (patch) | |
tree | 72cc5dcd612266171629ad23238f12f487592031 /terraform/unifi-controller | |
parent | 3538a96392087c84af955772047b070fced8fccc (diff) | |
download | infra-3561e7d974630911ae3e26108ff9f2e03ec8599b.tar.gz infra-3561e7d974630911ae3e26108ff9f2e03ec8599b.tar.bz2 infra-3561e7d974630911ae3e26108ff9f2e03ec8599b.tar.xz infra-3561e7d974630911ae3e26108ff9f2e03ec8599b.zip |
conflatorio
Diffstat (limited to 'terraform/unifi-controller')
-rw-r--r-- | terraform/unifi-controller/main.tf | 10 | ||||
-rw-r--r-- | terraform/unifi-controller/terragrunt.hcl | 6 | ||||
-rw-r--r-- | terraform/unifi-controller/unifi.tf | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/terraform/unifi-controller/main.tf b/terraform/unifi-controller/main.tf index e972e38..3bf81ae 100644 --- a/terraform/unifi-controller/main.tf +++ b/terraform/unifi-controller/main.tf @@ -25,8 +25,8 @@ locals { domain_name = "unifi.vpn.trygvis.io" } -variable "foo" {} - -output "bar" { - value = var.foo.value -} +# variable "foo" {} +# +# output "bar" { +# value = var.foo.value +# } diff --git a/terraform/unifi-controller/terragrunt.hcl b/terraform/unifi-controller/terragrunt.hcl index 35c1b74..5236c23 100644 --- a/terraform/unifi-controller/terragrunt.hcl +++ b/terraform/unifi-controller/terragrunt.hcl @@ -6,6 +6,6 @@ dependency "docker" { config_path = "../conflatorio-docker" } -inputs = { - vpc_id = dependency.docker.outputs.foo -} +# inputs = { +# vpc_id = dependency.docker.outputs.foo +# } diff --git a/terraform/unifi-controller/unifi.tf b/terraform/unifi-controller/unifi.tf index c1ed4d7..93fe008 100644 --- a/terraform/unifi-controller/unifi.tf +++ b/terraform/unifi-controller/unifi.tf @@ -44,7 +44,7 @@ resource "docker_container" "unifi-controller" { internal = ports.value["port"] external = ports.value["port"] protocol = ports.value["proto"] - ip = "192.168.10.3" + ip = "fdf3:aad9:a885:77dd::2" } } |