Undo fuck up with container labels

This commit is contained in:
Jeroen Vijgen
2025-08-14 14:17:46 +03:00
committed by GitHub
parent 138e2fedb0
commit 9aad26e3ff
@@ -79,10 +79,7 @@ variable "pgid" {
variable "labels" {
description = "Container labels"
type = list(object({
key = string
value = string
}))
type = map(string)
default = []
}