File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
deployment/terraform/ecs-service Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,13 @@ module "ecs_service" {
92
92
source = " git::https://github.com/bnc-projects/terraform-ecs-service.git?ref=1.3.2"
93
93
application_path = " /v1/sbjb"
94
94
attach_load_balancer = true
95
- cluster_name = data. terraform_remote_state . market_data . outputs . ecs_cluster_name
95
+ cluster = data. terraform_remote_state . market_data . outputs . ecs_cluster_name
96
96
external_lb_listener_arn = data. terraform_remote_state . market_data . outputs . external_lb_https_listener_arn
97
97
external_lb_name = join (" /" , [
98
98
local . variable . external_lb_name_parts [1 ],
99
99
local . variable . external_lb_name_parts [2 ],
100
100
local . variable . external_lb_name_parts [3 ]])
101
+ healthcheck_path = " /actuator/health"
101
102
internal_lb_listener_arn = data. terraform_remote_state . market_data . outputs . internal_lb_https_listener_arn
102
103
internal_lb_name = join (" /" , [
103
104
local . variable . internal_lb_name_parts [1 ],
You can’t perform that action at this time.
0 commit comments