8000 feat(site): add create template from scratch by BrunoQuaresma · Pull Request #12082 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(site): add create template from scratch #12082

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 9, 2024
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
BrunoQuaresma committed Feb 9, 2024
commit 9ee211232536fde5ea3ba79ec9abbabe727b41a8
2 changes: 1 addition & 1 deletion examples/templates/scratch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "coder_env" "my_env" {
}

# Adds code-server
# See all available modules at https://regsitry.coder.com
# See all available modules at https://registry.coder.com
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
Expand Down
0