You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team-wide CLI for spawning up dev servers on demand, powered by Terraform.
13
+
||||||| parent of 059e6c7a (Add logos)
14
+
Provision remote development environments with Terraform.
15
+
=======
16
+
Provision remote development environments anywhere on anything.
17
+
>>>>>>> 059e6c7a (Add logos)
12
18
13
19

14
20
@@ -25,6 +31,31 @@ Templates:
25
31
- Auto-shutdown or update workspaces when they're not in use!
26
32
27
33
34
+
TODO: succintly list value props
35
+
36
+
## How it works
37
+
38
+
Coder workspaces are represented with terraform. But, no terraform knowledge is
39
+
required to get started. We have a database of pre-made templates [here](https://github.com/coder/coder/tree/main/examples). Terraform empowers you to create
40
+
environments on _anything_, including:
41
+
42
+
- VMs across any cloud
43
+
- Kubernetes across any cloud (AKS, EKS, GKS)
44
+
- Dedicated server providers (Hetzner, OVH)
45
+
- Linux, Windows and MacOS environments
46
+
47
+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
0 commit comments