Closed
Description
Problem
The issue is the following: I wanted to add code-server to my template created from shared template, but got an error that such resource is not supported. Only after change of template to use the latest one I was able to update template to add app url to workspace UI.
- Login to coder cli
- Run:
coder templates init
- Choose: develop on Develop in Linux on Google Cloud
main.tf contains the following
- Change main.tf file to add code-server coder app (add section with resource "coder_app" "code-server" and change resource "coder_agent" "dev" section according to https://coder.com/docs/coder-oss/latest/ides/configuring-web-ides#code-server)
- Create template: getting an error
- Update version to latest -> template is successfully created
Definition of Done
GCP Example template uses latest version by default
Metadata
Metadata
Assignees
Labels
No labels