FMT
This commit is contained in:
parent
767f9cdf64
commit
6f6dd71270
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ variable "placement_constraints" {
|
||||||
description = "Docker Swarm placement constraints"
|
description = "Docker Swarm placement constraints"
|
||||||
}
|
}
|
||||||
variable "ports" {
|
variable "ports" {
|
||||||
default = [{host=4242, container=4242}]
|
default = [{ host = 4242, container = 4242 }]
|
||||||
type = list(object({
|
type = list(object({
|
||||||
host = number
|
host = number
|
||||||
container = number
|
container = number
|
||||||
|
|
Loading…
Reference in a new issue