Update to kreuzwerker/docker:3.0.2 and the latest terraform

This commit is contained in:
Marc Fokkert
2023-07-27 12:56:20 +02:00
parent 4158cf6ebb
commit adbbb205e1
34 changed files with 2722 additions and 4096 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"
hostname = "hass"