Skip to content

Releases: cloudposse/terraform-aws-alb

v1.2.0

19 May 18:47
2890977

Choose a tag to compare

feat: add variable to support health check protocol different from traffic's @topikachu (#117)

what

Add variable to support health check protocol different from traffic's

why

My system uses HTTP for the health check but HTTPS for data traffic.
Add a new variable to support this use case.

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group#health_check

v1.1.0

03 May 16:37
ef40bb7

Choose a tag to compare

Add slow_start parameter to target group @plenkl (#104)

what

  • Exposes the parameter slow_start which controls how the load balancer scales in new targets as they become healthy.

why

  • Some applications need time to warm up before they can start handling their full share of requests.

references

v1.0.0

11 Apr 04:58
8558cdd

Choose a tag to compare

Initial release with production Semantic Versioning, part of our general strategy to convert to production versioning as we make updates to relatively mature modules, especially those where we see breaking changes coming in the near future. This module will evolve with breaking changes as we convert it to use our security-group and s3-log-storage modules and be compatible with the new S3 resource structure introduced in AWS Terraform provider v4.0.

Update framework, version pinning @Nuru (#113)

what

  • Update framework, version pinning

v0.36.0

08 Dec 15:40
5578d81

Choose a tag to compare

Fix default target group count @linhkikuchi (#108)

what

  • I have listener_https_fixed_response but still need the default target group created in this module. It used to work before this PR (#97). Do not see why it should not get created when we have listener_https_fixed_response

v0.35.3

22 Aug 03:07
9caa5d1

Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#100)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.35.2

21 Aug 04:56
4cb2d67

Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.14.1 @renovate (#101)

This PR contains the following updates:

Package Type Update Change
cloudposse/lb-s3-bucket/aws (source) module patch 0.14.0 -> 0.14.1

Release Notes

cloudposse/terraform-aws-lb-s3-bucket

v0.14.1

Compare Source

🤖 Automatic Updates

Update context.tf @​cloudpossebot (#​44) #### what This is an auto-generated PR that updates the `context.tf` file to the latest version from `cloudposse/terraform-null-label` #### why To support all the features of the `context` interface.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.35.1

20 Aug 20:24
54b9772

Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/label/null to v0.25.0 @renovate (#99)

This PR contains the following updates:

Package Type Update Change
cloudposse/label/null (source) module minor 0.24.1 -> 0.25.0

Release Notes

cloudposse/terraform-null-label

v0.25.0

Compare Source

Add "tenant", "labels_as_tags", and "descriptors" @​Nuru (#​132) ##### what - Add additional label and `id` component: `tenant` - New input `labels_as_tags` controls which labels are exported as tags - New input `descriptor_formats` generates new output `descriptors` - Update README, remove link to obsolete `terraform-terraform-label` ##### why - Support users that host resources on behalf of and/or dedicated to single customers - Supersedes and closes #​131, giving people control over which tags the module generates - Simple mechanism for creating multiple identifiers from the same inputs, reducing the need to create multiple instances of `null-label` - Document `tenant`, `labels_as_tags`, `descriptor_formats`, add additional clarification, stop promoting obsolete module
Fix: Update README Snippets @​korenyoni (#​130) ##### what * Update README snippets to reflect use of Terraform Registry. ##### why * Including snippets that reflect use of the Terraform Registry make it easier for users to quickly instantiate a null_label module. * README is out of date and does not include snippets that reflect use of the Terraform Registry. ##### references * N/A
Bridgecrew compliance @​Nuru (#​125) ##### what - Resolve Bridgecrew compliance complaint about example Autoscaling Group (BC_AWS_GENERAL_31) - Fix typo in README - Include Terraform lock file in `.gitignore` ##### why - Get clean Bridgecrew badge - Correct confusing error - Ensure lock files are not checked into GitHub ##### note The PR can and should be merged into `master` to update README and Bridgecrew without triggering a new release/version. These changes have no effect on the actual module in use and a release will create unnecessary ripple effects. However, merging to `master` will update the README and badges, so is worthwhile, and the changes will move forward into the next release.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.35.0

18 Aug 01:54
7128c61

Choose a tag to compare

Add `module.this.enabled` check to listener's `count` @nitrocode (#97)

what

  • Add module.this.enabled check to listener's count

why

  • To ensure this module can be properly disabled using enabled = false

references

v0.34.0

18 Aug 01:25
32287ed

Choose a tag to compare

Ensure target group and load balancer names cannot exceed their max length @nitrocode (#96)

what

  • Ensure target group and load balancer names cannot exceed their max length
  • Expose *_max_length variables in case AWS changes their max length in the future
  • Override load_balancer_name, similar to target_group_name

why

  • To prevent exceeding the max lengths of the tg and lb so the module will be applied correctly

references

  • Closes #27
  • API_CreateTargetGroup

    This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

  • API_CreateLoadBalancer

    This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with "internal-".

v0.33.4

14 Aug 01:31
c598af0

Choose a tag to compare

🤖 Automatic Updates

chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.14.0 @renovate (#98)

This PR contains the following updates:

Package Type Update Change
cloudposse/lb-s3-bucket/aws (source) module minor 0.13.0 -> 0.14.0

Release Notes

cloudposse/terraform-aws-lb-s3-bucket

v0.14.0

Compare Source

Add support for other AWS partitions @​epf (#​43) #### what * Add support for other AWS partitions (China, GovCloud) #### why * AWS China and AWS GovCloud exist * `arn:aws:` should never be hardcoded because of this

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.