Manage container labels and expose labels in inventory output

This commit is contained in:
beatz174-bit
2026-04-21 09:43:38 +10:00
parent cb92ebc70e
commit 4695839df4
28 changed files with 56 additions and 28 deletions
@@ -4,10 +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,
]
}
}