feat(cloudfront): Ensure Cloudfront distributions have origin failover configured (#4868)

Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
This commit is contained in:
Hugo Pereira Brito
2024-09-18 19:26:35 +02:00
committed by GitHub
parent edc78bfd6b
commit ae794c7c32
12 changed files with 224 additions and 2 deletions
@@ -45,6 +45,7 @@ class Test_cloudfront_distributions_https_enabled:
viewer_protocol_policy=ViewerProtocolPolicy.allow_all,
field_level_encryption_id="",
),
origin_failover=False,
)
}
@@ -84,6 +85,7 @@ class Test_cloudfront_distributions_https_enabled:
viewer_protocol_policy=ViewerProtocolPolicy.redirect_to_https,
field_level_encryption_id="",
),
origin_failover=False,
)
}
@@ -123,6 +125,7 @@ class Test_cloudfront_distributions_https_enabled:
viewer_protocol_policy=ViewerProtocolPolicy.https_only,
field_level_encryption_id="",
),
origin_failover=False,
)
}