Try updating dns for smokeping

Fix home assistant
This commit is contained in:
Marc Fokkert
2024-03-14 12:03:43 +01:00
parent abdfb084e9
commit 6b2855fb16
4 changed files with 3439 additions and 555 deletions

View File

@@ -1,5 +1,5 @@
data "docker_registry_image" "home-assistant" {
name = "homeassistant/home-assistant"
name = "homeassistant/home-assistant:latest"
}
resource "docker_image" "home-assistant" {