Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchuantang authored Jul 18, 2023
1 parent 8614708 commit 15fbbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/dev/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ resource "aws_ecs_task_definition" "app" {
condition = "COMPLETE"
}
]
},
}/*,
{
essential = false
name = "pdf"
Expand Down Expand Up @@ -362,7 +362,7 @@ resource "aws_ecs_task_definition" "app" {
]
volumesFrom = []
}
}*/
])
}

Expand Down

0 comments on commit 15fbbbf

Please sign in to comment.