Skip to content

Commit 86f0857

Browse files
authored
Merge pull request #22 from companieshouse/set-readOnlyFileSystem-to-false
set readOnlyFileSystem to false
2 parents 5440a50 + 6f35fae commit 86f0857

File tree

1 file changed

+4
-0
lines changed
  • terraform/groups/ecs-service

1 file changed

+4
-0
lines changed

terraform/groups/ecs-service/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module "ecs-service" {
8080
use_capacity_provider = var.use_capacity_provider
8181
use_fargate = var.use_fargate
8282
fargate_subnets = local.application_subnet_ids
83+
read_only_root_filesystem = false
8384

8485
# Cloudwatch
8586
cloudwatch_alarms_enabled = var.cloudwatch_alarms_enabled
@@ -99,4 +100,7 @@ module "ecs-service" {
99100
eric_port = local.eric_port
100101
eric_environment_filename = local.eric_environment_filename
101102
eric_secrets = local.eric_secrets
103+
104+
depends_on = [module.secrets]
105+
102106
}

0 commit comments

Comments
 (0)