cloud-ca / terraform-provider-cloudca

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

terraform version not showing plugin version #44

Closed pdion891 closed 6 years ago

pdion891 commented 6 years ago

The command terraform version does not display the cloud.ca driver version.

$ terraform version

Terraform v0.11.1
+ provider.cloudca (unversioned)
+ provider.template v1.0.0

We should also update our installation documentation to state the plugin must now be copied into ~/.terraform.d/plugins/darwin_amd64

pdion891 commented 6 years ago

Look like mv ~/.terraform.d/plugins/terraform-provider-cloudca ~/.terraform.d/plugins/terraform-provider-cloudca_v1.0.2 does the trick.

$ terraform version
Terraform v0.11.1
+ provider.cloudca v1.0.2
+ provider.template v1.0.0
pdube commented 6 years ago

We will have to update the Makefile to include the version in the binary name. Thanks for reporting the issue

pdube commented 6 years ago

Fixed in version v1.1.0