Skip to content

Commit

Permalink
Merge pull request #22 from companieshouse/set-readOnlyFileSystem-to-…
Browse files Browse the repository at this point in the history
…false

set readOnlyFileSystem to false
  • Loading branch information
makhtar-ch authored Nov 5, 2024
2 parents 5440a50 + 6f35fae commit 86f0857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/groups/ecs-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module "ecs-service" {
use_capacity_provider = var.use_capacity_provider
use_fargate = var.use_fargate
fargate_subnets = local.application_subnet_ids
read_only_root_filesystem = false

# Cloudwatch
cloudwatch_alarms_enabled = var.cloudwatch_alarms_enabled
Expand All @@ -99,4 +100,7 @@ module "ecs-service" {
eric_port = local.eric_port
eric_environment_filename = local.eric_environment_filename
eric_secrets = local.eric_secrets

depends_on = [module.secrets]

}

0 comments on commit 86f0857

Please sign in to comment.