Skip to content

v0.51.0

Compare
Choose a tag to compare
@aknysh aknysh released this 30 Jun 20:23
· 28 commits to main since this release
92c3ba4

what

  • Introduces using cloudposse s3-bucket module for creating ALB logging bucket
  • 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.