tryretool / terraform-retool-modules

MIT License
23 stars 39 forks source link

Update AWS Providers to be ~> 5.0 #20

Open sausti opened 1 year ago

sausti commented 1 year ago

👋 Terraform's AWS Provider was updated to 5.0 on May 25th, 2023 (See changelog), but only ~> 4.0 is supported by these modules (See modules/aws_ecs/main.tf as an example).

Given the AWS provider 5.0 update has a large number of breaking changes (and essential bug fixes) we unfortunately cannot downgrade our Terraform configuration and pin to the latest ~> 4.0 version.

Could these module's AWS providers be updated to ~> 5.0 to address?