We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d0ff7 commit 5d8b3caCopy full SHA for 5d8b3ca
modules/v2/variables.tf
@@ -55,8 +55,8 @@ variable "containers" {
55
mount_path = string
56
})), [])
57
ports = optional(object({
58
- name = optional(string, "http1")
59
- container_port = optional(number, 8080)
+ name = optional(string)
+ container_port = optional(number)
60
}), {})
61
resources = optional(object({
62
limits = optional(object({
0 commit comments