mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
name, description, tags
name | description | tags | ||
---|---|---|---|---|
Develop in Linux on a Digital Ocean Droplet | Get started with Linux development on a Digital Ocean Droplet. |
|
do-linux
This is an example for deploying workspaces as Digital Ocean Droplets.
Requirements
- Digital Ocean Personal Access Token (PAT)
- Digital Ocean Project ID (e.g.
doctl projects list
)- Remove
variable "step2_do_project_id"
andresource "digitalocean_project_resources" "project"
if you don't want project association.
- Remove
- (Optional) Digital Ocean SSH key ID (e.g.
doctl compute ssh-key list
)- Only required for Fedora images to work.