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