Skip to content

Releases: Paperspace/terraform-provider-paperspace

0.2.3

30 Jul 22:08
Compare
Choose a tag to compare

0.2.3 (2020-07-30)

0.2.2

30 Jul 21:39
Compare
Choose a tag to compare

0.2.2 (2020-07-30)

Resource Job storage beta

16 Jul 15:54
bdfddce
Compare
Choose a tag to compare
0.2.0-beta1

Feat: Add datasource job storage (#13)

Add job_storage datasource

15 Jul 18:54
bdfddce
Compare
Choose a tag to compare
0.1.9

Feat: Add datasource job storage (#13)

Add optional is_managed machines param for PS Cloud clusters

09 Jul 00:01
251d29a
Compare
Choose a tag to compare
0.1.8

feat(machines): add is_managed optional field (#12)

Allow machine shutdown timeout as param, including to live forever

03 Jul 00:06
Compare
Choose a tag to compare

This release:

  1. makes shutdown_timeout_in_hours to be set on machines on creation;
  2. adds a machine param called live_forever that makes machines have no shutdown timeout;

Increase create machine timeout to 10m

01 Jul 23:08
Compare
Choose a tag to compare

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

30 Jun 19:39
d96738b
Compare
Choose a tag to compare
0.1.5

fix(networks): network id conversion to string (#9)

Allow machines to be added to clusters; better error reporting on requests

28 Jun 00:25
99aaa27
Compare
Choose a tag to compare
0.1.4

feat: add cluster_id to machine, add extra request logging for debugg…

Wait for machine create & destroy completion

12 Jun 19:06
Compare
Choose a tag to compare

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.