mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
1.7.1 version bump for docs (#1629)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user