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)