Skip to content

Commit

Permalink
Add volume to ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Oct 9, 2024
1 parent 7ecbade commit 5c325ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ resource "aws_ecs_task_definition" "wfprev_server" {
volume {
name = "temp"
}
volume {
name = "webapps"
}
container_definitions = jsonencode([{
essential = true
readonlyRootFilesystem = true
Expand Down

0 comments on commit 5c325ac

Please sign in to comment.