terraform-aws-lambda-at-edge
terraform-aws-lambda-at-edge copied to clipboard
Fix deprecation warnings
There were two changes that needed to happen to get rid of the warnings:
- Replace
aws_s3_bucket_object(now deprecated) toaws_bucket_object - Remove
ignore_changes
The individual commits contain more information about each of those changes.
Note that the change from aws_s3_bucket_object to aws_bucket_object will result in the resource being recreated, so that may a consideration when changing the version number.