You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`name`|| iterative\_{UID} | Sets the instance name and related resources based on that name. In Azure, groups everything under a resource group with that name. |
176
176
|`instance_hdd_size`|| 10 | Sets the instance hard disk size in GB |
177
177
|`instance_type`|`m`, `l`, `xl`|`m`| Sets the instance CPU size. You can also specify vendor specific machines in AWS i.e. `t2.micro`. [See equivalences](#Supported-vendors) table below. |
178
-
|`instance_gpu`| ``, `testla`, `k80`| `` | Selects the desired GPU for supported `instance_types`. |
178
+
|`instance_gpu`| ``, `tesla`, `k80`| `` | Selects the desired GPU for supported `instance_types`. |
179
179
|`ssh_private`||| An SSH private key in PEM format. If not provided, one private and public key wll be automatically generated and returned in `terraform.tfstate`|
|`spot_price`| float with 5 decimals at most | -1 | Sets the max price that you are willing to pay by the hour. If not specified, the current spot bidding price will be used. |
298
298
|`instance_hdd_size`|| 10 | Sets the instance hard disk size in GB |
299
299
|`instance_type`|`m`, `l`, `xl`|`m`| Sets the instance CPU size. You can also specify vendor specific machines in AWS i.e. `t2.micro`. [See equivalences](#Supported-vendors) table below. |
300
-
|`instance_gpu`| ``, `testla`, `k80`| `` | Sets the desired GPU for supported `instance_types`. |
300
+
|`instance_gpu`| ``, `tesla`, `k80`| `` | Sets the desired GPU for supported `instance_types`. |
301
301
|`ssh_private`||| SSH private key in PEM format. If not provided, one private and public key wll be automatically generated and returned in terraform.tfstate |
302
302
|`startup_script`||| Startup script also known as userData on AWS and customData in Azure. It can be expressed as multiline text using [TF heredoc syntax ](https://www.terraform.io/docs/configuration-0-11/variables.html)|
0 commit comments