terraform: remove docker_container labels args and ignore label drift

This commit is contained in:
beatz174-bit
2026-04-21 11:20:08 +10:00
parent b848d6b807
commit 40a976f712
27 changed files with 27 additions and 27 deletions
@@ -4,11 +4,11 @@ resource "docker_container" "gramps_web" {
restart = local.docker_containers["gramps-web"].restart_policy
labels = local.docker_containers["gramps-web"].useful_labels
lifecycle {
ignore_changes = [
env,
labels,
]
}
}