v0.15.0
🚀 Enhancements
Security group updates @danjbh (#43)
NOTE: The work in this PR mirrors the security group updates performed in cloudposse/terraform-aws-elasticache-redis#133, since these modules are very similar.
what
- Upgrade to new Cloud Posse security group standards
- Enable
create_before_destroy
on security groups by default - Update AWS provider version constraint to properly require a version that has all the features the module uses
- Add security group ARN and name to
outputs.tf
why
- Further standardize all Cloud Posse modules
- Supply bug fixes and features requested via "issues".