Skip to content

Commit

Permalink
docs: Adds coder_git_auth deprication notice (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-pazdel committed Apr 26, 2024
1 parent 8c5e8ff commit bbf9cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/data-sources/external_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 generated by tfplugindocs -->

## Schema

### Required
Expand Down
3 changes: 2 additions & 1 deletion docs/data-sources/git_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
&#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.

## Example Usage

Expand Down Expand Up @@ -37,6 +37,7 @@ EOF
```

<!-- schema generated by tfplugindocs -->

## Schema

### Required
Expand Down

0 comments on commit bbf9cf7

Please sign in to comment.