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
Provision remote development environments with Terraform.
11
+
Provision remote development environments anywhere on anything.
12
12
13
13

14
14
@@ -18,6 +18,31 @@ Provision remote development environments with Terraform.
18
18
- Start writing code with a single command
19
19
- Get started quickly using one of the [examples](./examples) provided
20
20
21
+
TODO: succintly list value props
22
+
23
+
## How it works
24
+
25
+
Coder workspaces are represented with terraform. But, no terraform knowledge is
26
+
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
27
+
environments on _anything_, including:
28
+
29
+
- VMs across any cloud
30
+
- Kubernetes across any cloud (AKS, EKS, GKS)
31
+
- Dedicated server providers (Hetzner, OVH)
32
+
- Linux, Windows and MacOS environments
33
+
34
+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
0 commit comments