Skip to content

Commit 47f5613

Browse files
typo error in README. (#213)
* typo error in README. * Restyled by prettier-markdown Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 8d6f803 commit 47f5613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ terraform apply --auto-approve
175175
| `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. |
176176
| `instance_hdd_size` | | 10 | Sets the instance hard disk size in GB |
177177
| `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`. |
179179
| `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` |
180180

181181
### Machine
@@ -297,7 +297,7 @@ terraform destroy --auto-approve
297297
| `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. |
298298
| `instance_hdd_size` | | 10 | Sets the instance hard disk size in GB |
299299
| `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`. |
301301
| `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 |
302302
| `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) |
303303

0 commit comments

Comments
 (0)