docs: broken link (#1659)

Signed-off-by: Wei Hong <zxc37984@gmail.com>
This commit is contained in:
Wei 2024-05-20 23:15:44 +08:00 committed by GitHub
parent 7424c2978c
commit 542ad1b29c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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,