Update for skutsje

This commit is contained in:
Marc Fokkert
2024-03-14 11:06:09 +01:00
parent 395a97f4e5
commit abdfb084e9
8 changed files with 736 additions and 3757 deletions

View File

@@ -37,12 +37,6 @@ resource "docker_container" "zigbee-2-mqtt" {
ipv4_address = "192.168.2.117"
}
devices {
container_path = "/dev/ttyACM0"
host_path = "/dev/ttyACM0"
permissions = "rwm"
}
lifecycle {
ignore_changes = [
ulimit,