docs: replace `coder_git_auth` with `coder_external_auth`

This commit is contained in:
Danny Kopping 2024-04-16 17:08:31 +02:00 committed by GitHub
parent b598aef543
commit 359eb21615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ If you want the template to clone a specific git repo:
```hcl
# Require git authentication to use this template
data "coder_git_auth" "github" {
data "coder_external_auth" "github" {
id = "primary-github"
}
@ -57,7 +57,7 @@ If you want the template to support any repository via
```hcl
# Require git authentication to use this template
data "coder_git_auth" "github" {
data "coder_external_auth" "github" {
id = "primary-github"
}