Skip to content

Commit

Permalink
add ReadonlyRootFilesystem to container def
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-k1998 committed Mar 25, 2024
1 parent 305c192 commit e980c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/wardship/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ resource "aws_ecs_task_definition" "wardship_task_definition" {
cpu = 1024
memory = 2048
essential = true
ReadonlyRootFilesystem = true
logConfiguration = {
logDriver = "awslogs",
options = {
Expand Down

0 comments on commit e980c1c

Please sign in to comment.