Skip to content

docs: Adds coder_git_auth deprication notice (#203) #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/data-sources/external_auth.md
Original file line number Diff line number Diff line change
@@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gcloud, gh and docker are the binary names. IMO, gh makes better sense.

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

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

<!-- schema generated by tfplugindocs -->

## Schema

### Required