github cloudposse/terraform-aws-alb 0.32.0
v0.32.0

latest releases: 1.11.1, v1, 1.11.0...
3 years ago
Allow var access_logs_enabled = false without having to set a bucket id @joe-niland (#87)

what

  • Set the bucket value in alb access_logs block differently to allow empty values to be set for bucket ids when access logs are disabled

why

  • The current implementation generates a Terraform error if access logs are disabled, and bucket id is not set (due to the fact that coalesce() requires at least one non-null, non-empty element

references

  • None

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

NewReleases is sending notifications on new releases.