We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eba2e78 + 2023a03 commit e0be9a5Copy full SHA for e0be9a5
deployment/terraform/ecs-service/ecs.tf
@@ -87,7 +87,7 @@ resource "aws_ecs_task_definition" "task_definition" {
87
}
88
89
module "ecs_service" {
90
- source = "git::https://github.com/bnc-projects/terraform-ecs-service.git?ref=1.3.4"
+ source = "git::https://github.com/bnc-projects/terraform-ecs-service.git?ref=1.3.5"
91
application_path = "/v1/sbjb"
92
attach_load_balancer = true
93
cluster = data.terraform_remote_state.market_data.outputs.ecs_cluster_name
0 commit comments