Releases: terraform-aws-modules/terraform-aws-alb
Releases · terraform-aws-modules/terraform-aws-alb
v6.6.0
2021-11-19T12:26:04Z d566b452eca19a4514eea83be96fc913fc97578c Updated CHANGELOG 6b5f0d42e66c48a230270d937076fa3ba51d2d82 feat: Support weight in forward action (#224)
[v3.5.0] - slow_start added
Merge pull request #91 from terraform-aws-modules/fix/tests updated test to remove unsupported awspec attribute
[v3.4.0] - logging made optional
disabled logging now possible (#69) * refactor to support no_logs scenario
[v3.3.1] - outputs fixed, tests added
outputs repaired and tests added to prove counts (#67) * outputs repaired and tests added to prove counts
[v3.3.0] - CI fixed; output added for cloudwatch consumption
Fix/ci (#66) * CI fix
[v3.2.0] - in flight changes enabled on target_groups
release of target_group create_before_destroy to allow target_group c…
[v3.1.0] - additional SSL certs can now be applied to HTTPS listeners
allow optional extra ssl certs (#54) * added the option for extra SSL certs * simplification of a variable name * upgraded awspec, terraform, and kitchen terraform
[v3.0.0] - target groups and listeners now defined by lists of maps
3.0.0 release - configuration supports n of each ancillary ALB resour…
[v2.5.0] - inputs/outputs added; rubocop compliance
release prep and rubocop compliance (#48)
[v2.4.0] - provider region now inherited
- Remove
regioninput. If you'd like to customise the AWS provider configuration, this is supported using the newprovidersinput which is a core Terraform feature. Read more here. - update CI to use terraform 0.11.2 and KT 3.1.0.
alb_arn_suffixoutput added for external consumption.- Several formatting changes to adhere to convention.