Skip to content

Commit

Permalink
volumes -> volume
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 9, 2023
1 parent f435374 commit bab8d7c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions terraform/modules/services/nwp_consumer/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ resource "aws_ecs_task_definition" "nwp-task-definition" {
type = "ecs"
}

volumes = [
{
"name" : "tmp",
}
]
volume = {
"name" : "tmp",
}

task_role_arn = aws_iam_role.consumer-nwp-iam-role.arn
execution_role_arn = aws_iam_role.ecs_task_execution_role.arn
Expand Down

0 comments on commit bab8d7c

Please sign in to comment.