Skip to content

Wait for machine create & destroy completion

Compare
Choose a tag to compare
@jaredscheib jaredscheib released this 12 Jun 19:06
· 50 commits to master since this release

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.

This means that this provider can now be effectively used for conventional automation on top Paperspace machines. Note that in conjunction with providing a script resource, you can automatically add ssh-keys to machines.