File tree 4 files changed +7
-7
lines changed
templates/extending-templates
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.
76
76
77
77
Template admins can overwrite the site-wide access URL at the template level by
78
78
leveraging 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 ) :
80
80
81
81
``` terraform
82
82
provider "coder" {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ only supported on Windows and Linux workspace agents).
106
106
We allow developers to share ports as URLs, either with other authenticated
107
107
coder users or publicly. Using the open ports interface, developers can assign a
108
108
sharing 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 ) .
110
110
111
111
- ` owner ` (Default): The implicit sharing level for all listening ports, only
112
112
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.
12
12
13
13
- [ ** Terraform** ] ( https://registry.terraform.io/providers/coder/coder/latest/docs ) :
14
14
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 )
17
17
and
18
18
[ ` option ` ] ( https://registry.terraform.io/providers/coder/coder/latest/docs/data-sources/parameter#nested-schema-for-option )
19
19
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 )
22
22
23
23
These can all be configured to use an icon by setting the ` icon ` field.
24
24
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ resource "coder_app" "portainer" {
25
25
26
26
## code-server
27
27
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
29
29
VS Code in the web browser. A simple way to install code-server in Linux/macOS
30
30
workspaces is via the Coder agent in your template:
31
31
You can’t perform that action at this time.
0 commit comments