Releases: cloudposse/terraform-aws-alb
Releases · cloudposse/terraform-aws-alb
0.6.0 Allow customizing the default target group name, target type, and tags
what
- Allow customizing the default target group name, target type, and tags
why
- This adds 3 new variables (with original defaults to maintain backwards compatibility with older module versions) to the default target group:
target_group_name
- allows specifying a more descriptive custom name for the default target group (while still preserving the naming scheme for the actual ALB)target_group_target_type
- AWS has three options for target group types, this allows for specifying an option other than the hardcodedip
target_group_tags
- before this change, the default target group did not have its tags set by the module. This updates it to either optionally pass in your own set of tags or use the tags passed in to the module that are also applied to the ALB
0.5.0
0.4.0 Add variable for the default target group port
what
- Add variable for the default target group port
why
- Enable the option to specify the default target group port in the cases that the service does not listen on port 80
0.3.0 Add `alb_access_logs_s3_bucket_force_destroy` variable. Update `access_logs` module's `attributes`
what
- Update
terraform-aws-lb-s3-bucket
module - Add
alb_access_logs_s3_bucket_force_destroy
variable - Update
access_logs
module'sattributes
why
- To be able to force-destroy the bucket without manually deleting the objects from it
- To make the name of the access logs bucket more descriptive:
namespace-stage-name-alb-access-logs
instead of justnamespace-stage-name
0.2.6: Remove the brackets `listener_arns` to correct count (#13)
Remove the brackets `listener_arns` to correct count
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
Fix readme
- Fix avatars links
- Fix link on badge
release
0.2.3: Readme.yaml - fix avatars links
what
- Remove home pages and avatars links
why
- Build-harness does it automatically
Add ALB name and arn_suffix as outputs
0.2.2 expose alb name as output (#5)
Update README and CI
Use README.yaml (#4) * Use README.yaml to generate README * update gitignore * add hcl language to codeblock * add travis yml