1.7.1 version bump for docs (#1629)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos 2024-05-08 15:54:53 +02:00 committed by GitHub
parent 7d3f5bea9f
commit 1fbd66ff21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 13 additions and 13 deletions

View File

@ -7,15 +7,15 @@ description: |-
# Migrating to OpenTofu from Terraform 1.7.x
When migrating from Terraform 1.7.x, please migrate to OpenTofu 1.7.0 first, then
When migrating from Terraform 1.7.x, please migrate to OpenTofu 1.7.1 first, then
[upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version.
OpenTofu 1.7.0 is largely compatible with Terraform 1.7.x with a few minor changes needed. This migration guide will
OpenTofu 1.7.1 is largely compatible with Terraform 1.7.x with a few minor changes needed. This migration guide will
take you through the process of switching from Terraform to OpenTofu.
## Step 0: Prepare a disaster recovery plan
Although OpenTofu 1.7.0 is very similar to Terraform 1.7.5, make sure you have an up to date and *tested* disaster
Although OpenTofu 1.7.1 is very similar to Terraform 1.7.5, make sure you have an up to date and *tested* disaster
recovery plan.
## Step 1: Upgrading Terraform
@ -42,14 +42,14 @@ Terraform has compared your real infrastructure against your
configuration and found no differences, so no changes are needed.
```
## Step 3: Install OpenTofu 1.7.0
## Step 3: Install OpenTofu 1.7.1
As a first step, please [follow the installation instructions for the OpenTofu CLI tool](intro/install/index.mdx). Please test
if you can successfully execute the `tofu` command:
```
$ tofu --version
OpenTofu v1.7.0
OpenTofu v1.7.1
on linux_amd64
```

View File

@ -7,15 +7,15 @@ description: |-
# Migrating to OpenTofu from Terraform 1.8.x
When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.7.0 first, then
When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.7.1 first, then
[upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version.
OpenTofu 1.7.0 is largely compatible with Terraform 1.8.x with a few minor changes needed. This migration guide will
OpenTofu 1.7.1 is largely compatible with Terraform 1.8.x with a few minor changes needed. This migration guide will
take you through the process of switching from Terraform to OpenTofu.
## Step 0: Prepare a disaster recovery plan
Although OpenTofu 1.7.0 is very similar to Terraform 1.8.2, make sure you have an up to date and *tested* disaster
Although OpenTofu 1.7.1 is very similar to Terraform 1.8.2, make sure you have an up to date and *tested* disaster
recovery plan.
## Step 1: Upgrading Terraform
@ -41,14 +41,14 @@ Terraform has compared your real infrastructure against your
configuration and found no differences, so no changes are needed.
```
## Step 3: Install OpenTofu 1.7.0
## Step 3: Install OpenTofu 1.7.1
As a first step, please [follow the installation instructions for the OpenTofu CLI tool](intro/install/index.mdx). Please test
if you can successfully execute the `tofu` command:
```
$ tofu --version
OpenTofu v1.7.0
OpenTofu v1.7.1
on linux_amd64
```

View File

@ -2,13 +2,13 @@
sidebar_position: 5
sidebar_label: Upgrading from OpenTofu 1.6.x
description: |-
Learn how to upgrade OpenTofu from version 1.6.x to 1.7.0.
Learn how to upgrade OpenTofu from version 1.6.x to 1.7.1.
---
# Upgrading from OpenTofu 1.6.x
OpenTofu 1.7.x is fully compatible with OpenTofu 1.6.x. This migration guide will take you through the process of
upgrading OpenTofu to version 1.7.0.
upgrading OpenTofu to version 1.7.1.
## Step 0: Prepare a disaster recovery plan
@ -38,7 +38,7 @@ if you can successfully execute the `tofu` command and receive the correct versi
```
$ tofu --version
OpenTofu v1.7.0
OpenTofu v1.7.1
on linux_amd64
```