Skip to content

Commit a7b09d2

Browse files
matifalijohnstcn
andauthored
Apply suggestions from code review
Co-authored-by: Cian Johnston <[email protected]>
1 parent 1efcd77 commit a7b09d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/version-2-upgrade.md

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

55
# Terraform Coder Provider Version 2 Upgrade Guide
66

7-
Version 2.0.0 of the Coder provider for Terraform is a major release that removes and introduces some changes that you will need to consider when upgrading.
8-
This guide is intended to help with the process and focus only on the changes from version 1.X to version 2.0.0.
7+
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.
8+
This guide is intended to help with the process, and focuses only on the changes from version 1.X to version 2.0.0.
99

1010

1111
!> Using Version 2.0.0 of the Coder provider requires Coder Server version [`2.13.0`](https://github.com/coder/coder/releases/tag/v2.13.0) or later.
@@ -19,9 +19,9 @@ Upgrade topics:
1919

2020
## Provider Version Configuration
2121

22-
-> Before upgrading to version 2.0.0, it is recommended to upgrade to the most recent 1.X version and ensure that your environment successfully runs [`terraform plan`](https://developer.hashicorp.com/terraform/cli/commands/plan) without unexpected changes or deprecation notices.
22+
-> Before upgrading to version 2.0.0, please first update to the most recent 1.X version and ensure that your environment successfully runs [`terraform plan`](https://developer.hashicorp.com/terraform/cli/commands/plan) without unexpected changes or deprecation notices.
2323

24-
We recommended using [version constraints](https://developer.hashicorp.com/terraform/language/providers/requirements#version-constraints) when configuring Terraform providers.
24+
We highly recommend using [version constraints](https://developer.hashicorp.com/terraform/language/providers/requirements#version-constraints) when configuring Terraform providers.
2525

2626

2727
For example, given the previous configuration:

0 commit comments

Comments
 (0)