Skip to content

v0.48.2

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 28 Jan 15:08
8724a15

🤖 Automatic Updates

chore(deps): update terraform cloudposse/alb-ingress/aws to v0.17.0 @renovate (#91)

This PR contains the following updates:

Package Type Update Change
cloudposse/alb-ingress/aws (source) terraform minor 0.16.1 -> 0.17.0

Release Notes

cloudposse/terraform-aws-alb-ingress

v0.17.0

Compare Source

fix: ensure the module does not instantiate an empty condition block @​jhosteny (#​43)

Guard the creation of the condition block on the length of the optional
listener_http_header_conditions.

Fixes #​42

what

  • Make the condition blocks dynamic, requiring a non-empty list for the http headers

why

  • Without this, the module attempts to create an empty condition, and fails

references

Fixes #​42