github cloudposse/terraform-aws-alb-ingress 0.17.0
v0.17.0

latest releases: 0.28.0, v0, 0.27.0...
3 years ago
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

Don't miss a new terraform-aws-alb-ingress release

NewReleases is sending notifications on new releases.