aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

update terraform required_version to support 1.3 #2025

Closed jrbeilke closed 1 year ago

jrbeilke commented 1 year ago

Issue #, if available: resolves #2014

Description of changes: Bumps Terraform required_version to allow 1.3 since there are no major/breaking changes between 1.x and 1.3 and nothing that should conflict with Chalice.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

keithrz commented 1 year ago

@jamesls could we get this merged soon? There are some security issues with Terraform 1.1 and 1.2, so we would like to use Terraform 1.3 as soon as we can. Thank you!!