File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ The id in the template's `coder_external_auth` data source must match the
26
26
If you want the template to clone a specific git repo:
27
27
28
28
``` 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" {
31
31
id = "primary-github"
32
32
}
33
33
@@ -56,8 +56,8 @@ If you want the template to support any repository via
56
56
[ parameters] ( ./parameters.md )
57
57
58
58
``` 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" {
61
61
id = "primary-github"
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments