serverless-patterns
serverless-patterns copied to clipboard
Update "hashicorp/aws" to 5.x
Is your feature request related to a problem? Please describe.
The latest version "hashicorp/aws" at the time of issue creation is 5.53.0: https://registry.terraform.io/providers/hashicorp/aws/latest
There are 66 *.tf
files in serverless-patterns, both of which use 3.x or 4.x of the provider
https://github.com/search?q=repo%3Aaws-samples%2Fserverless-patterns+hashicorp%2Faws+path%3A*.tf&type=code
This blocks certain other upgrades. For example, the Lambda Node.js 20.x was supported only in 5.27.0 https://github.com/aws-samples/serverless-patterns/pull/2295#issuecomment-2158050101
Describe the solution you'd like
Update "hashicorp/aws" to 5.x in all patterns