github cloudposse/terraform-aws-security-group 2.0.0
v2.0.0 Breaking changes

latest releases: 2.2.0, v2, 2.1.0...
21 months ago

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.

Document migration from v1 to v2 @Nuru (#42)

what

  • Document migration from v1 to v2 of this module
  • Fix #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

Fixes the link for examples/complete/main.tf @jdmedeiros (#41)

Fixes the link for examples/complete/main.tf on the README.md file.

Don't miss a new terraform-aws-security-group release

NewReleases is sending notifications on new releases.