Skip to content

Commit

Permalink
Merge pull request #155 from companieshouse/feature/update-ecs
Browse files Browse the repository at this point in the history
Feature/update ecs
  • Loading branch information
iahmed-ch authored Dec 11, 2024
2 parents e1e88cc + f044ce9 commit 75bc3df
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 "secrets" {
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.286"
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.296"

name_prefix = "${local.service_name}-${var.environment}"
environment = var.environment
Expand All @@ -28,7 +28,7 @@ module "secrets" {
}

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

# Environmental configuration
environment = var.environment
Expand Down

0 comments on commit 75bc3df

Please sign in to comment.