mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Migration guide fixes (#1576)
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com>
This commit is contained in:
parent
267fbb17a0
commit
2a32bb61b5
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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:
|
||||||
|
@ -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` → `state ls`
|
- `state list` → `state ls`
|
||||||
- `state mv` → `state move`
|
- `state mv` → `state move`
|
||||||
- `state rm` → `state remove`
|
- `state rm` → `state remove`
|
||||||
|
|
||||||
## Testing feature changes
|
## Testing feature changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user