Undo fuck up with container labels
This commit is contained in:
@@ -79,10 +79,7 @@ variable "pgid" {
|
||||
|
||||
variable "labels" {
|
||||
description = "Container labels"
|
||||
type = list(object({
|
||||
key = string
|
||||
value = string
|
||||
}))
|
||||
type = map(string)
|
||||
default = []
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user