Skip to content

Commit ceefe84

Browse files
authored
fix: fix links in version 2 upgrade guide (#312)
1 parent f0607a6 commit ceefe84

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/guides/version-2-upgrade.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
page_title: "Terraform Coder Provider Version 2 Upgrade Guide"
2+
page_title: "Version 2 Upgrade Guide"
33
---
44

5-
# Terraform Coder Provider Version 2 Upgrade Guide
5+
# Version 2 Upgrade Guide
66

77
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.
88
This guide is intended to help with the process, and focuses only on the changes from version 1.X to version 2.0.0.
@@ -13,8 +13,8 @@ Upgrade topics:
1313

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

1919
## Provider Version Configuration
2020

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Terraform provider for managing Coder [templates](https://coder.com/docs/admin/t
1212

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

15-
!> [`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.
15+
!> [`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.
1616

1717
## Example
1818

templates/guides/version-2-upgrade.md.tmpl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
page_title: "Terraform Coder Provider Version 2 Upgrade Guide"
2+
page_title: "Version 2 Upgrade Guide"
33
---
44

5-
# Terraform Coder Provider Version 2 Upgrade Guide
5+
# Version 2 Upgrade Guide
66

77
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.
88
This guide is intended to help with the process, and focuses only on the changes from version 1.X to version 2.0.0.
@@ -13,8 +13,8 @@ Upgrade topics:
1313

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

1919
## Provider Version Configuration
2020

templates/index.md.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Terraform provider for managing Coder [templates](https://coder.com/docs/admin/t
1212

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

15-
!> [`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.
15+
!> [`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.
1616

1717
## Example
1818

0 commit comments

Comments
 (0)