You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing new variable which defines if s3 logs for ALB is enabled or disabled (default is still true)
Adding random suffix to the name of logging bucket (since names of S3 must be globally unique - very often name provided in module is in collision with some already existed)
If created, S3 bucket for storing ALB access logs is encrypted by default
Updated examples (modules vpc, subnet and alb were in old versions)
why
This module not usable anymore due to deprecation message by terraform about s3 bucket (see #227 )
Users of this module don't always need access logs from Load Balancer n S3 bucket
Existing examples were unusable due to old versions of modules in them.