Skip to content

Commit bbf9cf7

Browse files
committed
docs: Adds coder_git_auth deprication notice (#203)
1 parent 8c5e8ff commit bbf9cf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/data-sources/external_auth.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
page_title: "coder_external_auth Data Source - terraform-provider-coder"
44
subcategory: ""
55
description: |-
6-
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)
6+
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)
77
---
88

99
# coder_external_auth (Data Source)
1010

11-
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)
12-
13-
11+
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)
1412

1513
<!-- schema generated by tfplugindocs -->
14+
1615
## Schema
1716

1817
### Required

docs/data-sources/git_auth.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: |-
88

99
# coder_git_auth (Data Source)
1010

11-
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.
11+
&#x26a0;&#xfe0f; **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.
1212

1313
## Example Usage
1414

@@ -37,6 +37,7 @@ EOF
3737
```
3838

3939
<!-- schema generated by tfplugindocs -->
40+
4041
## Schema
4142

4243
### Required

0 commit comments

Comments
 (0)