Skip to content

Commit 88d2dbd

Browse files
authored
docs: replace coder_git_auth with coder_external_auth (coder#13936)
1 parent 03c5d42 commit 88d2dbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/templates/open-in-coder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The id in the template's `coder_external_auth` data source must match the
2626
If you want the template to clone a specific git repo:
2727

2828
```hcl
29-
# Require git authentication to use this template
30-
data "coder_git_auth" "github" {
29+
# Require external authentication to use this template
30+
data "coder_external_auth" "github" {
3131
id = "primary-github"
3232
}
3333
@@ -56,8 +56,8 @@ If you want the template to support any repository via
5656
[parameters](./parameters.md)
5757

5858
```hcl
59-
# Require git authentication to use this template
60-
data "coder_git_auth" "github" {
59+
# Require external authentication to use this template
60+
data "coder_external_auth" "github" {
6161
id = "primary-github"
6262
}
6363

0 commit comments

Comments
 (0)