Skip to content

Commit f2620d8

Browse files
authored
Update README.md
Changes `coder_git_auth` to `coder_external_auth`
1 parent 2de6a57 commit f2620d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder/modules/git-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "git-clone" {
4848
url = "https://github.com/coder/coder"
4949
}
5050
51-
data "coder_git_auth" "github" {
51+
data "coder_external_auth" "github" {
5252
id = "github"
5353
}
5454
```

0 commit comments

Comments
 (0)