Skip to content

Commit

Permalink
Merge pull request #42 from companieshouse/update-tf-modules
Browse files Browse the repository at this point in the history
update tf modules
  • Loading branch information
makhtar-ch authored Nov 12, 2024
2 parents 9038615 + 19d7986 commit d13e58a
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 = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.293"
source = "[email protected]:companieshouse/terraform-modules//aws/ecs/secrets?ref=1.0.294"

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

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

# Environmental configuration
environment = var.environment
Expand Down

0 comments on commit d13e58a

Please sign in to comment.