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 b1abd2a commit 30bf14fCopy full SHA for 30bf14f
terraform/dev/ecs/task/variables.tf
@@ -9,6 +9,7 @@ variable "ecs_task_definitions" {
9
execution_role_arn = string
10
requires_compatibilities = list(string)
11
container_port = list(number)
12
+ command = optional(string)
13
host_port = list(number)
14
volumes = optional(list(object({
15
name = string
0 commit comments