terraform-aws-lambda-at-edge icon indicating copy to clipboard operation
terraform-aws-lambda-at-edge copied to clipboard

Fix deprecation warnings

Open bdolman opened this issue 1 year ago • 0 comments

There were two changes that needed to happen to get rid of the warnings:

  1. Replace aws_s3_bucket_object (now deprecated) to aws_bucket_object
  2. 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.

bdolman avatar Oct 17 '24 00:10 bdolman