diff --git a/moto/elbv2/models.py b/moto/elbv2/models.py index f8ca7b776..d9459c511 100644 --- a/moto/elbv2/models.py +++ b/moto/elbv2/models.py @@ -596,6 +596,7 @@ class FakeLoadBalancer(CloudFormationModel): "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