File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
spec/unit/infra/prerequisites Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,12 @@ module "application_load_balancer" {
60
60
61
61
target_groups = [
62
62
{
63
- key = " default"
64
- port = 80
65
- protocol = " HTTP"
66
- target_type = " instance"
67
- health_check = {
63
+ key = " default"
64
+ port = 80
65
+ protocol = " HTTP"
66
+ target_type = " instance"
67
+ deregistration_delay = 300
68
+ health_check = {
68
69
path = " /health"
69
70
port = " traffic-port"
70
71
protocol = " HTTP"
Original file line number Diff line number Diff line change @@ -60,11 +60,12 @@ module "application_load_balancer" {
60
60
61
61
target_groups = [
62
62
{
63
- key = " default"
64
- port = 80
65
- protocol = " HTTP"
66
- target_type = " instance"
67
- health_check = {
63
+ key = " default"
64
+ port = 80
65
+ protocol = " HTTP"
66
+ target_type = " instance"
67
+ deregistration_delay = 300
68
+ health_check = {
68
69
path = " /health"
69
70
port = " traffic-port"
70
71
protocol = " HTTP"
You can’t perform that action at this time.
0 commit comments