Skip to content

Commit

Permalink
Unlock linux filesystem (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Apr 22, 2024
2 parents 2977f8e + 4cf6156 commit 1b8ed48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stacks/prod/us-east-1/ecs-fargate-services/nginx/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module "ecs_service" {
protocol = "tcp"
},
]
readonly_root_filesystem = false
}
}
load_balancer = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ generate_hcl "main.tf" {
protocol = "tcp"
}
]
readonly_root_filesystem = false
}
}

Expand Down

0 comments on commit 1b8ed48

Please sign in to comment.