Skip to content

Commit 30bf14f

Browse files
committed
fix: 변수에 command 추가
1 parent b1abd2a commit 30bf14f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/dev/ecs/task/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ variable "ecs_task_definitions" {
99
execution_role_arn = string
1010
requires_compatibilities = list(string)
1111
container_port = list(number)
12+
command = optional(string)
1213
host_port = list(number)
1314
volumes = optional(list(object({
1415
name = string

0 commit comments

Comments
 (0)