Skip to content

fix: fix links in version 2 upgrade guide #312

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

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions docs/guides/version-2-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: "Terraform Coder Provider Version 2 Upgrade Guide"
page_title: "Version 2 Upgrade Guide"
---

# Terraform Coder Provider Version 2 Upgrade Guide
# Version 2 Upgrade Guide

Version 2.0.0 of the Coder provider for Terraform is a major release that introduces some changes that you will need to consider when upgrading.
This guide is intended to help with the process, and focuses only on the changes from version 1.X to version 2.0.0.
Expand All @@ -13,8 +13,8 @@ Upgrade topics:

- [Provider Version Configuration](#provider-version-configuration)
- [Provider Arguments](#provider-arguments)
- [Data Source: coder_git_auth --> coder_external_auth](#data-source-coder_git_auth)
- [Data Source: coder_workspace](#data-source-coder_workspace)
- [Data Source: [`coder_git_auth`](#data-source-coder_git_auth)
- [Data Source: [`coder_workspace`](#data-source-coder_workspace)

## Provider Version Configuration

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Terraform provider for managing Coder [templates](https://coder.com/docs/admin/t

-> Requires Coder [v2.18.0](https://github.com/coder/coder/releases/tag/v2.18.0) or later.

!> [`coder_git_auth`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/git_auth) and owner related fields of [`coder_workspace`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/workspace) data source have been removed. Follow the [Version 2 Upgrade Guide](https://registry.terraform.io/providers/codercom/coder/latest/docs/guides/version-2-upgrade) to update your code.
!> [`coder_git_auth`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/git_auth) and owner related fields of [`coder_workspace`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/workspace) data source have been removed. Follow the [Version 2 Upgrade Guide](https://registry.terraform.io/providers/coder/coder/latest/docs/guides/version-2-upgrade) to update your code.

## Example

Expand Down
8 changes: 4 additions & 4 deletions templates/guides/version-2-upgrade.md.tmpl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
page_title: "Terraform Coder Provider Version 2 Upgrade Guide"
page_title: "Version 2 Upgrade Guide"
---

# Terraform Coder Provider Version 2 Upgrade Guide
# Version 2 Upgrade Guide

Version 2.0.0 of the Coder provider for Terraform is a major release that introduces some changes that you will need to consider when upgrading.
This guide is intended to help with the process, and focuses only on the changes from version 1.X to version 2.0.0.
Expand All @@ -13,8 +13,8 @@ Upgrade topics:

- [Provider Version Configuration](#provider-version-configuration)
- [Provider Arguments](#provider-arguments)
- [Data Source: coder_git_auth --> coder_external_auth](#data-source-coder_git_auth)
- [Data Source: coder_workspace](#data-source-coder_workspace)
- [Data Source: [`coder_git_auth`](#data-source-coder_git_auth)
- [Data Source: [`coder_workspace`](#data-source-coder_workspace)

## Provider Version Configuration

Expand Down
2 changes: 1 addition & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Terraform provider for managing Coder [templates](https://coder.com/docs/admin/t

-> Requires Coder [v2.18.0](https://github.com/coder/coder/releases/tag/v2.18.0) or later.

!> [`coder_git_auth`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/git_auth) and owner related fields of [`coder_workspace`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/workspace) data source have been removed. Follow the [Version 2 Upgrade Guide](https://registry.terraform.io/providers/codercom/coder/latest/docs/guides/version-2-upgrade) to update your code.
!> [`coder_git_auth`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/git_auth) and owner related fields of [`coder_workspace`](https://registry.terraform.io/providers/coder/coder/1.0.4/docs/data-sources/workspace) data source have been removed. Follow the [Version 2 Upgrade Guide](https://registry.terraform.io/providers/coder/coder/latest/docs/guides/version-2-upgrade) to update your code.

## Example

Expand Down
Loading