v0.32.0
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