This commit is contained in:
Greyscale 2025-01-29 19:17:54 +01:00
parent 767f9cdf64
commit 6f6dd71270
Signed by: grey
GPG key ID: DDB392AE64B32D89

View file

@ -24,7 +24,7 @@ variable "placement_constraints" {
description = "Docker Swarm placement constraints"
}
variable "ports" {
default = [{host=4242, container=4242}]
default = [{ host = 4242, container = 4242 }]
type = list(object({
host = number
container = number