Skip to content

Commit 5d8b3ca

Browse files
committed
ports should be optional to permit sidecar containers within the API spec
1 parent 07d0ff7 commit 5d8b3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/v2/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ variable "containers" {
5555
mount_path = string
5656
})), [])
5757
ports = optional(object({
58-
name = optional(string, "http1")
59-
container_port = optional(number, 8080)
58+
name = optional(string)
59+
container_port = optional(number)
6060
}), {})
6161
resources = optional(object({
6262
limits = optional(object({

0 commit comments

Comments
 (0)