You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/git_auth.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,17 @@
3
3
page_title: "coder_git_auth Data Source - terraform-provider-coder"
4
4
subcategory: ""
5
5
description: |-
6
-
(Deprecated: use the coder_external_auth data source instead). 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.
6
+
~> Deprecated
7
+
Use the coder_external_auth data source instead.
8
+
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.
7
9
---
8
10
9
11
# coder_git_auth (Data Source)
10
12
11
-
(**Deprecated**: use the `coder_external_auth` data source instead). 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.
13
+
~> **Deprecated**
14
+
Use the `coder_external_auth` data source instead.
15
+
16
+
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.
DeprecationMessage: "Use the `coder_external_auth` data source instead.",
19
-
Description: "(**Deprecated**: use the `coder_external_auth` data source instead). 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.",
19
+
Description: "~> **Deprecated**\nUse the `coder_external_auth` data source instead.\n\nUse 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.",
0 commit comments