Migration guide fixes (#1576)

Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
Janos 2024-04-30 13:13:44 +02:00 committed by GitHub
parent 267fbb17a0
commit 2a32bb61b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 17 additions and 12 deletions

View File

@ -7,7 +7,7 @@ description: |-
import DocCardList from "@theme/DocCardList"; import DocCardList from "@theme/DocCardList";
## Migrating to OpenTofu 1.7.x from Terraform # Migrating to OpenTofu 1.7.x from Terraform
Please select the Terraform version you are migrating from: Please select the Terraform version you are migrating from:

View File

@ -2,7 +2,7 @@
sidebar_position: 6 sidebar_position: 6
sidebar_label: Migrating from Terraform 1.5.x or lower sidebar_label: Migrating from Terraform 1.5.x or lower
description: |- description: |-
Learn how to migrate to OpenTofu 1.7.0 from Terraform 1.5.x or lower. Learn how to migrate to OpenTofu from Terraform 1.5.x or lower.
--- ---
# Migrating to OpenTofu from Terraform 1.5.x or lower # Migrating to OpenTofu from Terraform 1.5.x or lower
@ -104,8 +104,8 @@ change.
## Step 9: Upgrade to the latest OpenTofu version ## Step 9: Upgrade to the latest OpenTofu version
Now that the migration is complete, follow the [upgrade guide](../upgrading.mdx) for OpenTofu to upgrade to the latest Now that the migration is complete, follow the [upgrade guide](/docs/intro/upgrading/) for OpenTofu to upgrade to the
version. latest version.
## Rolling back to Terraform and reporting issues ## Rolling back to Terraform and reporting issues

View File

@ -118,8 +118,8 @@ change.
## Step 10: Upgrade to the latest OpenTofu version ## Step 10: Upgrade to the latest OpenTofu version
Now that the migration is complete, follow the [upgrade guide](../upgrading.mdx) for OpenTofu to upgrade to the latest Now that the migration is complete, follow the [upgrade guide](/docs/intro/upgrading/) for OpenTofu to upgrade to the
version. latest version.
## Rolling back to Terraform and reporting issues ## Rolling back to Terraform and reporting issues

View File

@ -8,7 +8,7 @@ description: |-
# Migrating to OpenTofu from Terraform 1.7.x # 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.0 first, then
[upgrade your OpenTofu installation](../upgrading.mdx) to the latest version. [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.0 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. take you through the process of switching from Terraform to OpenTofu.
@ -130,8 +130,8 @@ change.
## Step 10: Upgrade to the latest OpenTofu version ## Step 10: Upgrade to the latest OpenTofu version
Now that the migration is complete, follow the [upgrade guide](../upgrading.mdx) for OpenTofu to upgrade to the latest Now that the migration is complete, follow the [upgrade guide](/docs/intro/upgrading/) for OpenTofu to upgrade to the
version. latest version.
## Rolling back to Terraform and reporting issues ## Rolling back to Terraform and reporting issues

View File

@ -127,6 +127,11 @@ updates the state file.
Before you begin using OpenTofu for larger changes, test out `tofu apply` with a smaller, non-critical Before you begin using OpenTofu for larger changes, test out `tofu apply` with a smaller, non-critical
change. change.
## Step 10: Upgrade to the latest OpenTofu version
Now that the migration is complete, follow the [upgrade guide](/docs/intro/upgrading/) for OpenTofu to upgrade to the
latest version.
## Rolling back to Terraform and reporting issues ## Rolling back to Terraform and reporting issues
If you have issues migrating to OpenTofu you can follow these steps to roll back to Terraform: If you have issues migrating to OpenTofu you can follow these steps to roll back to Terraform:

View File

@ -200,9 +200,9 @@ There are also several changes to the CLI:
- `tofu console` now works on Solaris and AIX. - `tofu console` now works on Solaris and AIX.
- The CLI now supports the XDG directory specification. - The CLI now supports the XDG directory specification.
- Aliases for: - Aliases for:
- `state list` &rarr; `state ls` - `state list` &rarr; `state ls`
- `state mv` &rarr; `state move` - `state mv` &rarr; `state move`
- `state rm` &rarr; `state remove` - `state rm` &rarr; `state remove`
## Testing feature changes ## Testing feature changes