Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cian Johnston <cian@coder.com>
  • Loading branch information
matifali and johnstcn authored Nov 25, 2024
1 parent 1efcd77 commit a7b09d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/guides/version-2-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ page_title: "Terraform Coder Provider Version 2 Upgrade Guide"

# Terraform Coder Provider Version 2 Upgrade Guide

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.
This guide is intended to help with the process and focus only on the changes from version 1.X to version 2.0.0.
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.


!> 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.
Expand All @@ -19,9 +19,9 @@ Upgrade topics:

## Provider Version Configuration

-> 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.
-> 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.

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


For example, given the previous configuration:
Expand Down

0 comments on commit a7b09d2

Please sign in to comment.