diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2025-01-13 14:40:58 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2025-01-13 14:40:58 +0100 |
commit | 4177618b097b80af192adebb570fbe3e81ea01cd (patch) | |
tree | 1291213d2df4257234e8e149878f122c50f4adae /terraform/lhn2pi-zigbee2mqtt | |
parent | d1950b1bc93685362b2bf33a8c223377650fda02 (diff) | |
download | infra-4177618b097b80af192adebb570fbe3e81ea01cd.tar.gz infra-4177618b097b80af192adebb570fbe3e81ea01cd.tar.bz2 infra-4177618b097b80af192adebb570fbe3e81ea01cd.tar.xz infra-4177618b097b80af192adebb570fbe3e81ea01cd.zip |
Diffstat (limited to 'terraform/lhn2pi-zigbee2mqtt')
-rw-r--r-- | terraform/lhn2pi-zigbee2mqtt/main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/lhn2pi-zigbee2mqtt/main.tf b/terraform/lhn2pi-zigbee2mqtt/main.tf index 4182db8..1aefaaa 100644 --- a/terraform/lhn2pi-zigbee2mqtt/main.tf +++ b/terraform/lhn2pi-zigbee2mqtt/main.tf @@ -25,7 +25,7 @@ provider "docker" { locals { docker_image = "koenkk/zigbee2mqtt:1.42.0" - public_ip = module.ipam.hosts.lhn2-z2m.address + public_ip = module.ipam.hosts.lhn2pi.address } module "ipam" { |