🤖 Automatic Updates
chore(deps): update terraform cloudposse/security-group/aws to v2 (main) @renovate (#135)
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
Compare Source
fixed intent typo
should be spelled "indent"
https://cloudposse.slack.com/archives/C01EY65H1PA/p1685638634845009
Rebuild github dir from the template
`.editorconfig` Typo @milldr (#50)
what
why
references
Sync github @max-lobur (#47)
v2.1.0
- No changes
v2.0.1
🐛 Bug Fixes
Properly handle enabled = false @Nuru (#45)
what
- Properly handle
enabled = false
why
- Fixes #43
v2.0.0
: Breaking changes
For details about migrating from v1 to v2, read the migration documentation.
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.
Fixes the link for examples/complete/main.tf on the README.md file.
Document migration from v1 to v2 @Nuru (#42)
what
why
references
Fixes the link for examples/complete/main.tf @jdmedeiros (#41)