Open
Description
Should versioning be happening with the plugin? Terraform relies on proper plugin/provider versions. Locally I am making it up at the moment. Started with 1.0.0, it's now 1.0.7 . Might be good to do official versioning, so when installing the plugin and calling the provider, version or state of provider can be controlled.
Should we also look at building the plugin under releases? Then people can point the source directly to the release on github, rather than have to pull down the repo and build it