Closed dstaley closed 6 years ago
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.