Update and rename vs-code-server/main.tf to vs-code-server/template/main.tf

This commit is contained in:
ChenKaiLiuG
2025-11-16 23:52:45 +08:00
committed by GitHub
parent 49843b5cbb
commit ec6c973c96

View File

@@ -57,4 +57,4 @@ resource "coder_app" "code-server" {
url = "http://localhost:6800/?folder=/projects/${data.coder_workspace_owner.me.name}"
icon = "/icon/code.svg"
subdomain = true
}
}