Releases: Paperspace/terraform-provider-paperspace
Wait for machine create & destroy completion
This release ensures that the provider waits for machine create & delete completion by having Terraform retry those resources until they have successfully completed. Before, success was reported just by the API response success, rather than a machine being in "ready" state on create or fully gone on delete.
The provider has been re-published, and the README updated, for Linux and Darwin distributions, to include this functionality.
First release
First release; supports machine and script resources for create/read/destroy/import, and data sources for networks, templates, and users.
v0.1.2 was built with go 1.8.3 and tested with terraform 0.9.11.
A Windows distribution can be found below.
If you are you looking for a Linux, Darwin, or other distribution for this version and have trouble using the provided Windows one above or compiling from source, please email [email protected] or create an Issue!