Releases: observeinc/terraform-aws-lambda
Releases · observeinc/terraform-aws-lambda
v3.0.0
v2.0.0
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.