chalice icon indicating copy to clipboard operation
chalice copied to clipboard

Allow usage of version 4.x of AWS Terraform Provider

Open loesak opened this issue 3 years ago • 0 comments

The required_providers configuration locks the aws provider at versions with the constraint >= 2, < 4. The latest version of the AWS Terraform provider is 4.22.0. For projects that generate additional Terraform configuration around the Terraform generated by Chalice, this is limiting.

For example, RDS Aurora Serverless V2 support was added in version 4.12.0

Request that the constraint change to >= 2, < 5

loesak avatar Jul 19 '22 22:07 loesak

Fixed in #1953

jamesls avatar Aug 19 '22 17:08 jamesls