Skip to content

Commit 2023a03

Browse files
committedApr 1, 2020
Update to latest ECS service module
1 parent eba2e78 commit 2023a03

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)
Please sign in to comment.