Skip to content

Releases: cloudposse/terraform-aws-alb

v1.11.1

12 Dec 17:54
16345e1
Compare
Choose a tag to compare

🐛 Bug Fixes

rm lockfile @kevcube (#151)

what

  • lockfile was accidentally merged in #120

why

  • we don't ship module with lockfiles

references

v1.11.0

11 Dec 15:01
94699da
Compare
Choose a tag to compare
Allow the option to set ssl request only on the s3 bucket for access logs @joshuabalduff (#120)

what

Adds an optional input variable to force SSL on the s3 bucket for security compliance.

why

[PCI.S3.5] S3 buckets should require requests to use Secure Socket Layer

references

If #107 is going to get merged, then I guess this pr serves no purpose :)

AWS Config

v1.10.0

26 Jun 19:58
fb4ec8e
Compare
Choose a tag to compare
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.19.0 (main) @renovate (#145)

This PR contains the following updates:

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

Release Notes

cloudposse/terraform-aws-lb-s3-bucket (cloudposse/lb-s3-bucket/aws)

v0.19.0

Compare Source

🤖 Automatic Updates

chore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.2 (main) @​renovate (#​69)

This PR contains the following updates:

Package Type Update Change
cloudposse/s3-log-storage/aws (source) module patch 1.4.0 -> 1.4.2

Release Notes
cloudposse/terraform-aws-s3-log-storage (cloudposse/s3-log-storage/aws)
v1.4.2

Compare Source

🚀 Enhancements
Add `grants` input @​&#​8203;Nuru (#&#​8203;93)
what
  • Add grants input
why
  • Some AWS services, such at Cloudfront, require specific grants for log delivery
references
v1.4.1

Compare Source

Sync .github @​&#​8203;max-lobur (#&#​8203;89)

Rebuild '.github' dir from the template

🚀 Enhancements
Update Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @​&#​8203;renovate (#&#​8203;91)

This PR contains the following updates:

Package Type Update Change
cloudposse/s3-bucket/aws (source) module patch 3.1.1 -> 3.1.2

Release Notes
cloudposse/terraform-aws-s3-bucket
v3.1.2: Fix Public Bucket Creation

Compare Source

What's Changed
New Contributors

Full Changelog: cloudposse/terraform-aws-s3-bucket@3.1.1...3.1.2


🤖 Automatic Updates
Update Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @​&#​8203;renovate (#&#​8203;91)

This PR contains the following updates:

Package Type Update Change
cloudposse/s3-bucket/aws (source) module patch 3.1.1 -> 3.1.2

Release Notes
cloudposse/terraform-aws-s3-bucket
v3.1.2: Fix Public Bucket Creation

Compare Source

What's Changed
New Contributors

Full Changelog: cloudposse/terraform-aws-s3-bucket@3.1.1...3.1.2




v1.9.0

07 Jun 16:03
e0846c2
Compare
Choose a tag to compare
add xff_header_processing_mode option to alb @tbpoetke (#143)

what

add xff_header_processing_mode option to alb

why

option is missing

v1.8.0

07 Jun 14:41
27f69b1
Compare
Choose a tag to compare
Support AWS Provider V5 (#142)

* Support AWS Provider V5

* Support AWS Provider V5

* Support AWS Provider V5

* bump s3

* bump s3

* bump s3

* precommit/terraform

* bump logs

* bump logs

* bump logs

* bump logs

v1.7.0

12 Jan 14:12
43aa53c
Compare
Choose a tag to compare
Add load_balancing_algorithm_type input variable @linhkikuchi (#127)

what

  • To support other type of load_balancing_algorithm_type (other than the default round_robin)

why

  • My use case requires to use least_outstanding_requests type

v1.6.0

18 Nov 20:30
864b57c
Compare
Choose a tag to compare
add preserve host header option @tbpoetke (#124)

what

adding the preserve host header option of the alb like documented here: Terraform registry

why

option was missing

references

v1.5.0

14 Sep 16:09
2c3040f
Compare
Choose a tag to compare
Allow to set listener tags @welderpb (#122)

what

  • Allow add tags to created listeners.

why

  • In some cases we need to tag listeners.

references

v1.4.0

27 Jun 23:30
bce6ca2
Compare
Choose a tag to compare
chore(deps): update Terraform cloudposse/lb-s3-bucket/aws to v0.16.0 @renovate (#111)

This PR contains the following updates:

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

v1.3.0

20 Jun 10:35
5296fdb
Compare
Choose a tag to compare
Add attribute protocol_version into default target group @ArtemKorchunov (#118)

what

  • Add attribute protocol_version to default target group

why