Releases: Paperspace/terraform-provider-paperspace
Releases · Paperspace/terraform-provider-paperspace
0.2.3
0.2.2
Resource Job storage beta
0.2.0-beta1 Feat: Add datasource job storage (#13)
Add job_storage datasource
0.1.9 Feat: Add datasource job storage (#13)
Add optional is_managed machines param for PS Cloud clusters
0.1.8 feat(machines): add is_managed optional field (#12)
Allow machine shutdown timeout as param, including to live forever
This release:
- makes
shutdown_timeout_in_hours
to be set on machines on creation; - adds a machine param called
live_forever
that makes machines have no shutdown timeout;
Increase create machine timeout to 10m
5m was sometimes too little, causing the provider to time out on provisioning machines for a cluster. We will look into this provisioning time, but this is safer for now.
Create networks as a resource
0.1.5 fix(networks): network id conversion to string (#9)
Allow machines to be added to clusters; better error reporting on requests
0.1.4 feat: add cluster_id to machine, add extra request logging for debugg…
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.
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.