modified: samples/main.tf

This commit is contained in:
sakim 2024-03-29 07:38:17 +00:00
parent 534efcff12
commit 67e168a97b
2 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ You can use this template when you create a new lab and deploy it to **coder**.
**1. Servers vs Clients**
```
Alice ->> Bob: I'd like to create a new lab for ION.
Alice ->> Bob: I'd like to create a new lab for DevOps.
Bob ->> Alice: Do you want servers or clients?
Alice ->> Bob: I'm not sure. It is a DevOps lab. Learners will run python, terraform, and httpie.
Alice ->> Bob: I'm not sure. Learners will run python, terraform, and httpie.
Bob ->> Alice: I suggest clients. Each learner can run codes or tools in his/her own isolated environment.
```
> Bob can create diverse types of servers (**Linux only!**) such as, web servers, application servers, and database servers.

View File

@ -177,8 +177,8 @@ resource "coder_app" "code-server" {
display_name = "code-server"
icon = "/icon/code.svg"
url = "http://localhost:13337?folder=/home/coder"
subdomain = false
share = "owner"
subdomain = true
share = "authenticated"
healthcheck {
url = "http://localhost:13337/healthz"