generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
Description
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Description
Would be great if this plugin supported the recently-ish added support for provider checksums.
Use Case(s)
I am trying to leverage the vagrant-cloud post-processor as part of my setup and find it a bit frustrating to perform extra steps for box upload (attaching the checksum info).
Potential configuration
type Provider struct {
Name string `json:"name"`
Url string `json:"url,omitempty"`
HostedToken string `json:"hosted_token,omitempty"`
UploadUrl string `json:"upload_url,omitempty"`
Checksum string `json:"checksum,omitempty"`
ChecksumType string `json:"checksum_type,omitempty"`}Potential References
Reactions are currently unavailable