aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2025-07-20 09:37:46 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2025-07-20 09:37:46 +0200
commitf33b6155a0e8f92eebac5c189a82b4ce9a2a8f66 (patch)
treeb63f5d8d181617d68f622e9921d67b487c79834a
parent68d5da255ff2378bffb751cfaa5eed7b32fcb709 (diff)
downloadinfra-f33b6155a0e8f92eebac5c189a82b4ce9a2a8f66.tar.gz
infra-f33b6155a0e8f92eebac5c189a82b4ce9a2a8f66.tar.bz2
infra-f33b6155a0e8f92eebac5c189a82b4ce9a2a8f66.tar.xz
infra-f33b6155a0e8f92eebac5c189a82b4ce9a2a8f66.zip
terraform fmt
-rw-r--r--terraform/garasjepi-zigbee2mqtt/main.tf6
1 files changed, 3 insertions, 3 deletions
diff --git a/terraform/garasjepi-zigbee2mqtt/main.tf b/terraform/garasjepi-zigbee2mqtt/main.tf
index 1321115..d30238a 100644
--- a/terraform/garasjepi-zigbee2mqtt/main.tf
+++ b/terraform/garasjepi-zigbee2mqtt/main.tf
@@ -12,9 +12,9 @@ provider "docker" {
}
locals {
- host = "garasjepi.dn42.trygvis.io"
- version = "2.3.0"
- public_ip = module.ipam.hosts.garasjepi.address
+ host = "garasjepi.dn42.trygvis.io"
+ version = "2.3.0"
+ public_ip = module.ipam.hosts.garasjepi.address
}
module "ipam" {