Skip to content

Commit 29a4aa5

Browse files
committed
chore: format
1 parent 3b2fd4d commit 29a4aa5

File tree

1 file changed

+5
-5
lines changed
  • examples/templates/digitalocean-linux

1 file changed

+5
-5
lines changed

examples/templates/digitalocean-linux/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ To deploy workspaces as DigitalOcean Droplets, you'll need:
2121

2222
- DigitalOcean project ID (you can get your project information via the `doctl` CLI by running `doctl projects list`)
2323

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:
2626

27-
- `variable "do_project_id"`
28-
- `resource "digitalocean_project_resources" "project"`
27+
- `variable "do_project_id"`
28+
- `resource "digitalocean_project_resources" "project"`
2929

3030
- **Optional:** DigitalOcean SSH key ID (obtain via the `doctl` CLI by running
3131
`doctl compute ssh-key list`)
3232

33-
- Note that this is only required for Fedora images to work.
33+
- Note that this is only required for Fedora images to work.
3434

3535
### Authentication
3636

0 commit comments

Comments
 (0)