cloud-ca / terraform-provider-cloudca

Terraform provider for cloud.ca
https://cloud.ca
MIT License
8 stars 10 forks source link

Changed the filename format of the zip files #29

Closed simongodard closed 7 years ago

simongodard commented 7 years ago

Fixes #17.

Changed the filename format of the zip file to include the name of the provider, the version and the OS/Arch. Also providing SHA256 sums of all generated files.

Example filename:

terraform-provider-cloudca_v0.5.0-rc2_darwin-amd64.zip

SHA256 Sums are store in the following file:

terraform-provider-cloudca_v0.5.0-rc2_SHA256SUMS

franzpgarcia commented 7 years ago

LGTM