Skip to content

Commit e6136e7

Browse files
authored
Merge pull request #188 from companieshouse/DVOP-3032/read-only-access-to-root-fs
DVOP-3032 Read only access to root file system
2 parents 975e31f + 54bbd7f commit e6136e7

File tree

1 file changed

+2
-2
lines changed
  • terraform/groups/ecs-service

1 file changed

+2
-2
lines changed

terraform/groups/ecs-service/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
}
2020

2121
module "ecs-service" {
22-
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.253"
22+
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.294"
2323

2424

2525
# Environmental configuration
@@ -96,7 +96,7 @@ module "ecs-service" {
9696
}
9797

9898
module "secrets" {
99-
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.253"
99+
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.294"
100100

101101
name_prefix = "${local.service_name}-${var.environment}"
102102
environment = var.environment

0 commit comments

Comments
 (0)