diff --git a/chalice/package.py b/chalice/package.py index b8df388c4..c246038b2 100644 --- a/chalice/package.py +++ b/chalice/package.py @@ -822,7 +822,7 @@ def generate(self, resources): 'terraform': { 'required_version': '>= 0.12.26, < 1.4.0', 'required_providers': { - 'aws': {'version': '>= 2, < 5'}, + 'aws': {'version': '>= 2, < 5.43.0'}, 'null': {'version': '>= 2, < 4'} } },