File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
templates/extending-templates Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ as well. There must not be a NAT between users and the coder server.
7676
7777Template admins can overwrite the site-wide access URL at the template level by
7878leveraging the ` url ` argument when
79- [ defining the Coder provider] ( https://registry.terraform.io/providers/coder/coder/latest/docs#url ) :
79+ [ defining the Coder provider] ( https://registry.terraform.io/providers/coder/coder/latest/docs#url-1 ) :
8080
8181``` terraform
8282provider "coder" {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ only supported on Windows and Linux workspace agents).
106106We allow developers to share ports as URLs, either with other authenticated
107107coder users or publicly. Using the open ports interface, developers can assign a
108108sharing levels that match our ` coder_app ` ’s share option in
109- [ Coder terraform provider] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#share ) .
109+ [ Coder terraform provider] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#share-1 ) .
110110
111111- ` owner ` (Default): The implicit sharing level for all listening ports, only
112112 visible to the workspace owner
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ come bundled with your Coder deployment.
1212
1313- [ ** Terraform** ] ( https://registry.terraform.io/providers/coder/coder/latest/docs ) :
1414
15- - [ ` coder_app ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#icon )
16- - [ ` coder_parameter ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#icon )
15+ - [ ` coder_app ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/app#icon-1 )
16+ - [ ` coder_parameter ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#icon-1 )
1717 and
1818 [ ` option ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#nested-schema-for-option )
1919 blocks
20- - [ ` coder_script ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#icon )
21- - [ ` coder_metadata ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/metadata#icon )
20+ - [ ` coder_script ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#icon-1 )
21+ - [ ` coder_metadata ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/resources/metadata#icon-1 )
2222
2323 These can all be configured to use an icon by setting the ` icon ` field.
2424
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "coder_app" "portainer" {
2525
2626## code-server
2727
28- [ code-server] ( https://github.com/coder/coder ) is our supported method of running
28+ [ code-server] ( https://github.com/coder/code-server ) is our supported method of running
2929VS Code in the web browser. A simple way to install code-server in Linux/macOS
3030workspaces is via the Coder agent in your template:
3131
You can’t perform that action at this time.
0 commit comments