From 359eb216158181e802c5da915231eaed13929a5d Mon Sep 17 00:00:00 2001 From: Danny Kopping Date: Tue, 16 Apr 2024 17:08:31 +0200 Subject: [PATCH] docs: replace `coder_git_auth` with `coder_external_auth` --- docs/templates/open-in-coder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates/open-in-coder.md b/docs/templates/open-in-coder.md index 936c04681a..d4c0eb48de 100644 --- a/docs/templates/open-in-coder.md +++ b/docs/templates/open-in-coder.md @@ -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" }