Releases: tedilabs/terraform-aws-load-balancer
Releases · tedilabs/terraform-aws-load-balancer
v1.4.0
What's Changed
- Introduce tflint by @posquit0 in #77
- Fix lint failed code by @posquit0 in #78
- Bump tj-actions/changed-files from 35 to 37 by @dependabot in #82
- Bump tj-actions/changed-files from 37 to 38 by @dependabot in #83
- Bump crazy-max/ghaction-github-labeler from 4 to 5 by @dependabot in #86
- Bump actions/checkout from 3 to 4 by @dependabot in #85
- Bump tj-actions/changed-files from 38 to 39 by @dependabot in #84
- Update terraform version to v1.5 by @posquit0 in #87
- Bump tj-actions/changed-files from 39 to 40 by @dependabot in #88
- Refine alb, nlb, gwlb, alb-listener, nlb-listener by @posquit0 in #90
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.1
What's Changed
- Add dependabot.yml by @posquit0 in #59
- Bump actions/labeler from 3 to 4 by @dependabot in #61
- Bump actions/checkout from 2 to 3 by @dependabot in #60
- Bump hashicorp/setup-terraform from 1 to 2 by @dependabot in #63
- Fix and upgrade pre-commit config by @posquit0 in #64
- Bump crazy-max/ghaction-github-labeler from 3 to 4 by @dependabot in #65
- Support preserve_host_header for alb module by @posquit0 in #66
New Contributors
- @dependabot made their first contribution in #61
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.0
What's Changed
- Add
vpc_id
as variable instead of using data source inalb
module by @posquit0 in #48 - Change to use
count
instead offor_each
innlb-alb-target-group
andalb-lambda-target-group
by @posquit0 in #49 - Fix to use target group arn instead of name in
gwlb
by @posquit0 in #50 - Fix to use target group arn instead of name in
nlb
by @posquit0 in #51 - Fix to use target group arn instead of name in
alb
by @posquit0 in #52
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Use target group name instead of arn in load balancer listeners by @posquit0 in #37
- Update nlb examples by @posquit0 in #38
- Use alb name instaed of arn in
nlb-alb-target-group
module by @posquit0 in #40 - Support default security group for alb by @posquit0 in #41
- Add examples for nlb-with-alb-target-group by @posquit0 in #46
- Add examples for alb by @posquit0 in #47
Full Changelog: v0.5.0...v1.0.0