Skip to content

Commit a7ebd55

Browse files
authored
Merge pull request #31 from companieshouse/update-tf-modules
update- tf modules and remove tmp mount
2 parents b126a05 + fdee7f1 commit a7ebd55

File tree

1 file changed

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

1 file changed

+2
-4
lines changed

terraform/groups/ecs-service/main.tf

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

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

2424
name_prefix = "${local.service_name}-${var.environment}"
2525
environment = var.environment
@@ -28,7 +28,7 @@ module "secrets" {
2828
}
2929

3030
module "ecs-service" {
31-
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.293"
31+
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.294"
3232

3333
# Environmental configuration
3434
environment = var.environment
@@ -64,8 +64,6 @@ module "ecs-service" {
6464
docker_repo = local.docker_repo
6565
container_version = var.limited_partnerships_api_version
6666
container_port = local.container_port
67-
volumes = [ { "name": "tmp" } ]
68-
mount_points = [ { "sourceVolume": "tmp", "containerPath": "/tmp", "readOnly": false } ]
6967

7068
# Service configuration
7169
service_name = local.service_name

0 commit comments

Comments
 (0)