Skip to content

Commit

Permalink
update tf modules
Browse files Browse the repository at this point in the history
  • Loading branch information
makhtar-ch committed Nov 12, 2024
1 parent 9038615 commit 19d7986
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 19d7986

Please sign in to comment.