v0.18.1
🤖 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
🤖 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)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