Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 21:50
· 0 commits to 129aa8b867018389740456bcc04ae7fb8ce85c2a since this release

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.