Skip to content

[vagrant-cloud post-processor] support for checksum and checksum_type when creating/updating providers #31

@dweomer

Description

@dweomer

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions