We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4f7a commit 9bddba8Copy full SHA for 9bddba8
examples/do-linux/README.md
@@ -6,10 +6,12 @@ tags: [cloud, digitalocean]
6
7
# do-droplet-linux
8
9
-This is an example for deploying workspaces on Digital Ocean Droplets.
+This is an example for deploying workspaces as Digital Ocean Droplets.
10
11
## Requirements
12
13
- Digital Ocean Personal Access Token (PAT)
14
- Digital Ocean Project ID (e.g. `doctl projects list`)
15
- Remove `variable "step2_do_project_id"` and `resource "digitalocean_project_resources" "project"` if you don't want project association.
16
+- (Optional) Digital Ocean SSH key ID (e.g. `doctl compute ssh-key list`)
17
+ - Only required for Fedora images to work.
0 commit comments