From bbf9cf7e299975205c252b987d70668bbe5d135e Mon Sep 17 00:00:00 2001 From: kyle-pazdel Date: Fri, 26 Apr 2024 11:08:19 -0700 Subject: [PATCH] docs: Adds coder_git_auth deprication notice (#203) --- docs/data-sources/external_auth.md | 7 +++---- docs/data-sources/git_auth.md | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/data-sources/external_auth.md b/docs/data-sources/external_auth.md index af4df43b..424e6a5d 100644 --- a/docs/data-sources/external_auth.md +++ b/docs/data-sources/external_auth.md @@ -3,16 +3,15 @@ page_title: "coder_external_auth Data Source - terraform-provider-coder" subcategory: "" description: |- - Use this data source to require users to authenticate with an external service prior to workspace creation. This can be used to pre-authenticate external services in a workspace. (e.g. gcloud, gh, docker, etc) + Use this data source to require users to authenticate with an external service prior to workspace creation. This can be used to pre-authenticate external services in a workspace. (e.g. gcloud, GitHub, docker, etc) --- # coder_external_auth (Data Source) -Use this data source to require users to authenticate with an external service prior to workspace creation. This can be used to pre-authenticate external services in a workspace. (e.g. gcloud, gh, docker, etc) - - +Use this data source to require users to authenticate with an external service prior to workspace creation. This can be used to pre-authenticate external services in a workspace. (e.g. gcloud, GitHub, docker, etc) + ## Schema ### Required diff --git a/docs/data-sources/git_auth.md b/docs/data-sources/git_auth.md index 53e01981..696f6f93 100644 --- a/docs/data-sources/git_auth.md +++ b/docs/data-sources/git_auth.md @@ -8,7 +8,7 @@ description: |- # coder_git_auth (Data Source) -Use this data source to require users to authenticate with a Git provider prior to workspace creation. This can be used to perform an authenticated `git clone` in startup scripts. +⚠️ **Deprecation Notice:** This data source is deprecated and will be removed in a future release. Please use the `coder_external_auth` data source ([here](https://github.com/coder/terraform-provider-coder/blob/main/docs/data-sources/external_auth.md)) instead. ## Example Usage @@ -37,6 +37,7 @@ EOF ``` + ## Schema ### Required