cloudposse / terraform-aws-emr-cluster

Terraform module to provision an Elastic MapReduce (EMR) cluster on AWS
https://cloudposse.com/accelerate
Apache License 2.0
72 stars 81 forks source link

Upgrade aws provider version #26

Closed dusty73 closed 2 years ago

dusty73 commented 4 years ago

Describe the Feature

Many of your AWS modules are referring to provider version 2. Are you planning to adopt the new version 3, that came out on July 31st, 2020?

Expected Behavior

All modules run using AWS provider version 3

Use Case

All the latest bugfix on AWS provider won't be available if you continue to stick to version 2

dusty73 commented 4 years ago

The bug on AWS provider mentioned in #15 has been fixed (see also aws provider project) and is available from version 3.5.0, can you please evaluate the request?