Closed javiercm1410 closed 8 months ago
Hi,
Please correct me if I'm wrong but the latest terraform provider version is v5.40.0. -> https://releases.hashicorp.com/terraform-provider-aws/
@Jamaca1410
this modules still uses >= 3.29.0
- or, is better to say that this module requires Terraform AWS provider version higher than 3.29.0
.
Bumping this requirement is only necessary if we use features of the later provider version.
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
AWS terraform provider is now on ~> 5.65.0, but this modules still uses >= 3.29.0 this could be improved as small security enhances.
Versions
Module version [Required]: 5.1.1
Terraform version: 1.7.4
Provider version(s): 5.65.0
Reproduction Code [Required]
Steps to reproduce the behavior:
terraform init -upgrade
with latest AWS providersExpected behavior
Module use latest AWS provider measure.
Actual behavior
Dependency miss match from my config and module provider version.
Terminal Output Screenshot(s)