github cloudposse/terraform-aws-alb-ingress v0.31.0

one day ago

🚀 Enhancements

feat: add tags to Listener Rules @oycyc (#100) Add tags from the context to the listener rules.

This module provisions a target group (already has tag applied using the context), and listener rules (which are missing the tags).

Why tags? For visibility, both within the resource itself on AWS, and on the ALB listener level. And of course, tagging is best practices (organizations who enforce tags will fail that check without this).

See before and after:

image image

🤖 Automatic Updates

Fix go version in tests @osterman (#98) ## what - Update go `1.24`

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

Replace Makefile with atmos.yaml @osterman (#97) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos

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

NewReleases is sending notifications on new releases.