Releases: terraform-aws-modules/terraform-aws-alb
Releases · terraform-aws-modules/terraform-aws-alb
[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.
[v2.3.2] - add listener outputs for use outside of module
added version file to help with release tags and changelog
terraform 0.11.x support through kitchen-terraform 3.0.0
- Migrated test harness to use kt3
- comment clean up
- Target group health check matchers have been added to register healthy responses
New outputs to support ECS use cases
See changelog for details.
Added granular logging parameters
See the CHANGELOG for full history.
Added
- added create_log_bucketandenable_loggingto help control logging more granularly.
Changed
- existing log-related variables made more descriptive (this is the breaking change)
- S3 policy related test made more explicit