Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88d2dbd

Browse files
authored
docs: replacecoder_git_auth withcoder_external_auth (#13936)
1 parent03c5d42 commit88d2dbd

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-
# Requiregit authentication to use this template
30-
data "coder_git_auth" "github" {
29+
# Requireexternal 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-
# Requiregit authentication to use this template
60-
data "coder_git_auth" "github" {
59+
# Requireexternal authentication to use this template
60+
data "coder_external_auth" "github" {
6161
id = "primary-github"
6262
}
6363

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp