mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
parent
7424c2978c
commit
542ad1b29c
@ -15,8 +15,7 @@ When you run `tofu init` in the following scenarios, OpenTofu will ask you to ch
|
||||
|
||||
## Migrating from Local State or State Backends
|
||||
|
||||
If the working directory already has state data available (using either local state or a [state
|
||||
backend](../../language/settings/backends/configuration.mdx)), OpenTofu asks your approval to migrate
|
||||
If the working directory already has state data available (using either local state or a [state backend](../../language/settings/backends/configuration.mdx)), OpenTofu asks your approval to migrate
|
||||
that state to the cloud backend. You will need permission to manage workspaces in the destination cloud backend organization. This process is interactive and self-documenting, and resembles
|
||||
moving between state backends.
|
||||
|
||||
|
@ -45,8 +45,7 @@ Configuration](../../language/settings/backends/configuration.mdx).
|
||||
|
||||
## Specifying a Required OpenTofu Version
|
||||
|
||||
The `required_version` setting accepts a [version constraint
|
||||
string,](../../language/expressions/version-constraints.mdx) which specifies which versions of OpenTofu
|
||||
The `required_version` setting accepts a [version constraint string](../../language/expressions/version-constraints.mdx), which specifies which versions of OpenTofu
|
||||
can be used with your configuration.
|
||||
|
||||
If the running version of OpenTofu doesn't match the constraints specified,
|
||||
|
Loading…
Reference in New Issue
Block a user