Update everything

This commit is contained in:
Marc Fokkert
2023-08-21 21:32:24 +02:00
parent c51c3831df
commit f4ecab389c
20 changed files with 2027 additions and 669 deletions

View File

@@ -8,7 +8,7 @@ resource "docker_image" "home-assistant" {
}
resource "docker_container" "home-assistant" {
image = docker_image.home-assistant.latest
image = docker_image.home-assistant.image_id
name = "home-assistant"
mounts {