Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpmct/coder-via-terraform
Deploy Coder on AWS with Terraform
https://github.com/bpmct/coder-via-terraform
Last synced: 9 days ago
JSON representation
Deploy Coder on AWS with Terraform
- Host: GitHub
- URL: https://github.com/bpmct/coder-via-terraform
- Owner: bpmct
- Created: 2022-07-27T15:29:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T22:14:34.000Z (about 2 years ago)
- Last Synced: 2024-10-27T03:46:25.806Z (about 2 months ago)
- Language: HCL
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coder-via-terraform
My (extremely basic) Terraform to set up Coder deployments. This is not ready for production, but can be used as a reference, for load testing, demos, etc.
## Features
- Bootstrapped deployment with 1 user, 1 template, 1 workspace
- Attempts to delete all workspaces before destroyed## Supported clouds
- [DigitalOcean App](./digitalocean/)
## TODO
- [ ] Providers
- [ ] AWS
- [ ] GCP
- [ ] Dedicated machine with Docker
- [ ] Kubernetes
- [ ] Release Coder on Docker Hub
- [ ] Create multiple users, templates, and workspaces
- [ ] Maybe: Support Terraform deployments as first-class feature in Coder's Terraform provider: [coder/coder#2291](https://github.com/coder/coder/issues/2291)