Releases: umotif-public/terraform-aws-alb
Releases · umotif-public/terraform-aws-alb
2.2.2: Optional SG rules
What's Changed
- Added ability to exclude SG CIDRS by @umotif-dmasters in #7
New Contributors
- @umotif-dmasters made their first contribution in #7
Full Changelog: 2.2.1...2.2.2
2.2.1: Fix security groups value
This release fixes the security groups value that needed to be a set of string
2.2.0: Compatibility with verion 5.x and refactored S3
- This release makes the module compatible for AWS feature 5.x and refactored S3.
2.1.0: add tags to alb listener
Minimum aws provider version: 3.40.0
2.0.0: Remove lb postfix in the name_prefix variable
Notes:
- 2.0.0 will cause recreation of load balancer and associated security group. No break to infrastructure is expected.
Changes:
- Removed postfix naming to load balancer to allow an extra 4 characters to be accessible by users.
1.2.2: Support terraform 0.14
Update module to remove 0.14 limit (#4)
1.2.1
Improve module versions + add alb access logs example (#3)
1.2.0: Feature/updates (#2)
* Update docs + lock versions and add changelog * Update changelog * update hooks
1.0.3
Add default security group ingress when redirect is enabled
1.0.2
Add default redirect and nlb example