cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
44 stars 27 forks source link

chore(deps): update terraform cloudposse/security-group/aws to v2 (release/v0) #105

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudposse/security-group/aws (source) module major 1.0.1 -> 2.2.0

Release Notes

cloudposse/terraform-aws-security-group (cloudposse/security-group/aws) ### [`v2.2.0`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.2.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/2.1.0...2.2.0)
`.editorconfig` Typo @​milldr (#​50) ##### what fixed intent typo ##### why should be spelled "indent" ##### references https://cloudposse.slack.com/archives/C01EY65H1PA/p1685638634845009
Sync github @​max-lobur (#​47) Rebuild github dir from the template
### [`v2.1.0`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.1.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/2.0.1...2.1.0) - No changes ### [`v2.0.1`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.0.1) [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/2.0.0...2.0.1) #### 🐛 Bug Fixes
Properly handle enabled = false @​Nuru (#​45) #### what * Properly handle `enabled = false` #### why * Fixes #​43
### [`v2.0.0`](https://togithub.com/cloudposse/terraform-aws-security-group/releases/tag/2.0.0): Breaking changes [Compare Source](https://togithub.com/cloudposse/terraform-aws-security-group/compare/1.0.1...2.0.0) For details about migrating from v1 to v2, read the [migration documentation](https://togithub.com/cloudposse/terraform-aws-security-group/blob/master/docs/migration-v1-v2.md). Version 1 of this module had a flaw in that it tried to create new security group rules before deleting the old ones, which the Terraform provider does not handle properly and caused most attempted changes to fail. Version 2 resolves this issue by also creating a new security group when the rules change, installing the new rules in the new security group, then changing the security group assignments. Read the README and the migration documentation for more details.
Document migration from v1 to v2 @​Nuru (#​42) #### what - Document migration from v1 to v2 of this module - Fix [#​40](https://togithub.com/cloudposse/terraform-aws-security-group/issues/40) #### why - Serious issues exist in v1, causing v2 to have different defaults and new settings. Documentation is needed to guide users on how to upgrade while minimizing service interruptions. #### references - Closes [#​40](https://togithub.com/cloudposse/terraform-aws-security-group/issues/40)
Fixes the link for examples/complete/main.tf @​jdmedeiros (#​41) Fixes the link for examples/complete/main.tf on the README.md file.

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.



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

mergify[bot] commented 4 months ago

/terratest