Skip to content

Releases: observeinc/terraform-aws-lambda

v3.0.0

03 Mar 21:28
@jta jta
6defef0
Compare
Choose a tag to compare

Bug Fixes

  • s3_bucket_subscription: avoid race on subscription (#53) (2b2556)
  • s3_bucket_subscription: revert bucket_arns to count (#51) (85a906)

v2.0.0

02 Mar 21:50
Compare
Choose a tag to compare

Bug Fixes

  • s3_bucket_subscription: use aws_arn data source (#50) (129aa8b)

  • feat(s3_bucket_subscription)!: convert bucket_arns to set (#49) (a13b8fd), closes #49

BREAKING CHANGES

  • migrating from previous versions may result in a race
    condition where terraform attempts to create a new
    aws_s3_bucket_notification prior to destroying the previous one.
    Re-running apply should successfully work around this issue.

v1.1.2

10 Feb 20:30
Compare
Choose a tag to compare

Bug Fixes

  • add cloudformation:List* to default actions (#45) (313ffda)
  • update s3_bucket_subscription module README with correct source location (#44) (eeec33f)

v1.1.1

21 Nov 23:54
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

15 Sep 20:22
Compare
Choose a tag to compare

Features

  • add synthetics commands to action default (3b24ca7)