-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add artifact_checksum to drivers #348
Comments
This may not be necessary after talking to @mitchellh, since the checksum can be a query parameter in |
Maybe we could support both? An explicit Regardless, I'll clean up the Qemu driver that does this on it's own, since it's now built into go-getter, and I'll make sure the other drivers behave as expected when a checksum is included |
I could go either way. As long as we have a section in the docs documenting that you can add the checksum it is fine. |
Proposing #381 as a fix |
#381 fixes |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Add an artifact_checksum that using the go-getter checksum feature: https://github.com/hashicorp/go-getter/pull/1/files
The text was updated successfully, but these errors were encountered: