terraform-aws-modules / terraform-aws-iam

Terraform module to create AWS IAM resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/iam/aws
Apache License 2.0
779 stars 985 forks source link

chore: Update hashicorp/aws module to >= 5.0 #483

Closed casdr closed 4 months ago

casdr commented 4 months ago

Description

This updates hashicorp/aws to the latest version and makes it compatible with the other modules provided by terraform-aws-modules.

Motivation and Context

Currently it's impossible to use the latest version a lot of other modules provided by terraform-aws-modules, as most of them depend on hasicorp/aws >= 5.0. The current version of terraform-aws-iam depends on >= 4.0.

Breaking Changes

I've tested this against some of the examples and our internal projects and didn't notice any breaking changes.

How Has This Been Tested?

bryantbiggs commented 4 months ago

This is not required - we specify a minimum requirement, you can use any version greater than this minimum required version

casdr commented 4 months ago

Ah whoops, you're correct @bryantbiggs. The dependency issues were from another module. Sorry!

github-actions[bot] commented 3 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.