Skip to content

Commit

Permalink
DSND-2727: Fix terraform modules version (#124)
Browse files Browse the repository at this point in the history
* Known bug in latest version for multiple container services
  • Loading branch information
cgregoryCH authored Jul 10, 2024
1 parent e39b116 commit 9d3ca3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/groups/ecs-service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
}

module "ecs-service" {
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.278"
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.253"


# Environmental configuration
Expand Down Expand Up @@ -95,7 +95,7 @@ module "ecs-service" {
}

module "secrets" {
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.278"
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.253"

name_prefix = "${local.service_name}-${var.environment}"
environment = var.environment
Expand Down

0 comments on commit 9d3ca3a

Please sign in to comment.