Mike Ascah

Results 2 comments of Mike Ascah

I'm experiencing this with v0.12.20 and aws provider v2.65.0 with a zip file that's referenced from an s3 bucket. ``` data "aws_s3_bucket_object" "lambda" { bucket = aws_s3_bucket.lambda.id key = "lambda.zip"...

> Features that are not supported in CloudFormation can still be handled via Custom resources. It should not longer be considered as blocker. > > PR is welcome FWIW, there...