-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diffs don't match when using s3_bucket_object.version_id as lambda_function.s3_object_version #1696
Comments
I've started to his this problem as well, so I'm going to start working on a fix today. |
If anybody is interested in testing out this feature in a patched v1.21.0 version, I've made some Alpine Linux x64 binaries available here: https://github.com/lifeomic/terraform-provider-aws/releases/tag/v1.21.0_patched_5f7d0def |
@paddycarver is there anything I can do to help this get merged into an official release? |
If anybody is interested in testing out this feature in a patched v1.36.0 version, I've made some Alpine Linux x64 binaries available here: https://github.com/lifeomic/terraform-provider-aws/releases/tag/v1.36.0_patched_f2d0f833c |
The fix for this has been merged into master and will release with version 1.39.0 of the AWS provider, likely tomorrow. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
When running
terraform apply
after making modifications to the my application's source, I receive an error that "diffs don't match." This occurs only after having runterraform apply
at least once.Terraform Version
Terraform v0.10.4
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
https://gist.github.com/dstaley/403dc0e001ea8fd3acde234dad36f4a4
Expected Behavior
The newest version of
index.js
is uploaded to S3, and deployed to the Lambda function.Actual Behavior
The
apply
fails, resulting indiffs didn't match during apply
.Steps to Reproduce
terraform apply
in a directory containing a file namedindex.js
.index.js
.terraform apply
again.Important Factoids
Running
terraform apply
immediately after receiving the error works as intended, with the latest version being deployed.The text was updated successfully, but these errors were encountered: