Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform terraform-aws-modules/autoscaling/aws to v8 - autoclosed #365

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
terraform-aws-modules/autoscaling/aws (source) module major ~> 7.3 -> ~> 8.0

Release Notes

terraform-aws-modules/terraform-aws-autoscaling (terraform-aws-modules/autoscaling/aws)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Allow multiple traffic source attachments (#​273)
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

PR Reviewer Guide 🔍

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No key issues to review

Copy link
Contributor

github-actions bot commented Aug 13, 2024

PR Code Suggestions ✨

CategorySuggestion                                                                                                                                    Score
Best practice
Lock the module version to a specific version instead of a version range

It's recommended to lock the version of Terraform modules to a specific version
rather than a version range. This ensures that the infrastructure remains consistent
and predictable, and avoids unexpected changes due to module updates. Consider
specifying the exact version of the module instead of using a version range.

terraform/vault/cluster/autoscaling_group.tf [88]

-version = "~> 8.0"
+version = "8.0"
 
Suggestion importance[1-10]: 8

Why: Locking the module version to a specific version ensures consistency and predictability in the infrastructure, avoiding unexpected changes due to module updates. This is a best practice for maintaining stable environments.

8

@renovate renovate bot force-pushed the renovate/terraform-aws-modules-autoscaling-aws-8.x branch from f23cec8 to cbcf386 Compare August 16, 2024 11:28
@renovate renovate bot changed the title chore(deps): update terraform terraform-aws-modules/autoscaling/aws to v8 chore(deps): update terraform terraform-aws-modules/autoscaling/aws to v8 - autoclosed Aug 16, 2024
@renovate renovate bot closed this Aug 16, 2024
@renovate renovate bot deleted the renovate/terraform-aws-modules-autoscaling-aws-8.x branch August 16, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants