Skip to content

Commit 51bcfc1

Browse files
authored
Merge pull request #189 from companieshouse/update-tf-ecs-modules
update modules to latest version
2 parents 9756e7f + ce2e391 commit 51bcfc1

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.287"
22+
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.296"
2323

2424
# Environmental configuration
2525
environment = var.environment
@@ -93,7 +93,7 @@ module "ecs-service" {
9393
eric_secrets = local.eric_secrets
9494
}
9595
module "secrets" {
96-
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.287"
96+
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.296"
9797

9898
name_prefix = "${local.service_name}-${var.environment}"
9999
environment = var.environment

0 commit comments

Comments
 (0)