Skip to content

Commit e0be9a5

Browse files
author
Bhavik Kumar
authored
Merge pull request #73 from bnc-projects/ecs-module-version
Update to latest ECS service module
2 parents eba2e78 + 2023a03 commit e0be9a5

File tree

1 file changed

+1
-1
lines changed
  • deployment/terraform/ecs-service

1 file changed

+1
-1
lines changed

deployment/terraform/ecs-service/ecs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ resource "aws_ecs_task_definition" "task_definition" {
8787
}
8888

8989
module "ecs_service" {
90-
source = "git::https://github.com/bnc-projects/terraform-ecs-service.git?ref=1.3.4"
90+
source = "git::https://github.com/bnc-projects/terraform-ecs-service.git?ref=1.3.5"
9191
application_path = "/v1/sbjb"
9292
attach_load_balancer = true
9393
cluster = data.terraform_remote_state.market_data.outputs.ecs_cluster_name

0 commit comments

Comments
 (0)