Skip to content

Commit c74dfc6

Browse files
fix(e2e-tests): Add new AWS defaults for load balancer
1 parent 405c3d5 commit c74dfc6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/e2e/expected/alias-record/alias-lb-load-balancer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,18 @@
190190
{
191191
"Key": "idle_timeout.timeout_seconds",
192192
"Value": "60"
193+
},
194+
{
195+
"Key": "health_check_logs.s3.bucket",
196+
"Value": ""
197+
},
198+
{
199+
"Key": "health_check_logs.s3.enabled",
200+
"Value": "false"
201+
},
202+
{
203+
"Key": "health_check_logs.s3.prefix",
204+
"Value": ""
193205
}
194206
],
195207
"Name": "alias-lb-alb",

0 commit comments

Comments
 (0)