File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/templates/digitalocean-linux Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ To deploy workspaces as DigitalOcean Droplets, you'll need:
21
21
22
22
- DigitalOcean project ID (you can get your project information via the ` doctl ` CLI by running ` doctl projects list ` )
23
23
24
- - Remove the following sections from the `main.tf` file if you don't want to
25
- associate your workspaces with a project:
24
+ - Remove the following sections from the ` main.tf ` file if you don't want to
25
+ associate your workspaces with a project:
26
26
27
- - `variable "do_project_id"`
28
- - `resource "digitalocean_project_resources" "project"`
27
+ - ` variable "do_project_id" `
28
+ - ` resource "digitalocean_project_resources" "project" `
29
29
30
30
- ** Optional:** DigitalOcean SSH key ID (obtain via the ` doctl ` CLI by running
31
31
` doctl compute ssh-key list ` )
32
32
33
- - Note that this is only required for Fedora images to work.
33
+ - Note that this is only required for Fedora images to work.
34
34
35
35
### Authentication
36
36
You can’t perform that action at this time.
0 commit comments