Skip to content

v0.18.1

Choose a tag to compare

@cloudpossebot cloudpossebot released this 30 Jan 15:28
f88d795

🤖 Automatic Updates

Update Terraform cloudposse/ecs-web-app/aws to v0.48.2 @renovate (#25)

This PR contains the following updates:

Package Type Update Change
cloudposse/ecs-web-app/aws (source) terraform patch 0.48.1 -> 0.48.2

Release Notes

cloudposse/terraform-aws-ecs-web-app

v0.48.2

Compare Source

🤖 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`](https://togithub.com/cloudposse/terraform-aws-alb-ingress/releases/0.17.0)

Compare Source

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

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

Fixes #&#​8203;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 #&#​8203;42