Skip to content

Commit

Permalink
ELBv2-FakeLoadBalancer: attr load_balancing.cross_zone.enabled (#6196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtulio authored Apr 10, 2023
1 parent d2c3b31 commit 01e2d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moto/elbv2/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ def __init__(
"access_logs.s3.prefix": None,
"deletion_protection.enabled": "false",
# "idle_timeout.timeout_seconds": "60", # commented out for TF compatibility
"load_balancing.cross_zone.enabled": "false",
}

@property
Expand Down

0 comments on commit 01e2d11

Please sign in to comment.