terraform-aws-modules / terraform-aws-security-group

Terraform module to create AWS Security Group resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/security-group/aws
Other
562 stars 1.08k forks source link

Update required providers version #316

Closed javiercm1410 closed 8 months ago

javiercm1410 commented 9 months ago

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

Reproduction Code [Required]

Steps to reproduce the behavior:

Expected behavior

Module use latest AWS provider measure.

Actual behavior

Dependency miss match from my config and module provider version.

Terminal Output Screenshot(s)

Screenshot 2024-03-07 at 13 19 52
ananthmkashyap commented 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/

antonbabenko commented 8 months ago

@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.

github-actions[bot] commented 7 months ago

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.