Compare commits

..

4 Commits

Author SHA1 Message Date
Marc Fokkert
174c029a2b Update 2025-01-03 12:22:21 +01:00
Marc Fokkert
e2d4c0be16 Update 2025-01-01 16:39:11 +01:00
Marc Fokkert
cbac693e2a Update 2024-12-23 14:57:19 +01:00
Marc Fokkert
8ed3574bfe Update 2024-12-09 10:14:50 +01:00
3 changed files with 919 additions and 1037 deletions

View File

@@ -7,9 +7,9 @@ resource "docker_image" "home-assistant" {
pull_triggers = [data.docker_registry_image.home-assistant.sha256_digest]
# Try to preserve the docker image before removing the container
lifecycle {
create_before_destroy = true
}
# lifecycle {
# create_before_destroy = true
# }
}
resource "docker_container" "home-assistant" {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff