diff --git a/website/docs/cli/commands/import.mdx b/website/docs/cli/commands/import.mdx index ec46b1e032..96c5a45c0f 100644 --- a/website/docs/cli/commands/import.mdx +++ b/website/docs/cli/commands/import.mdx @@ -76,11 +76,10 @@ The command-line flags are all optional. The list of available flags are: the working directory. This flag can be used multiple times. This is only useful with the `-config` flag. -For configurations using -the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) +For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform import` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). For configurations using [the `local` backend](/language/settings/backends/local) only, diff --git a/website/docs/cli/commands/state/mv.mdx b/website/docs/cli/commands/state/mv.mdx index ba1257427a..2e825d4963 100644 --- a/website/docs/cli/commands/state/mv.mdx +++ b/website/docs/cli/commands/state/mv.mdx @@ -69,7 +69,7 @@ This command also accepts the following options: For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform state mv` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). The legacy options [`-backup` and `-backup-out`](/language/settings/backends/local#command-line-arguments) operate on a local state file only. Configurations using diff --git a/website/docs/cli/commands/state/push.mdx b/website/docs/cli/commands/state/push.mdx index 6da6b0573f..4d6256ddc7 100644 --- a/website/docs/cli/commands/state/push.mdx +++ b/website/docs/cli/commands/state/push.mdx @@ -40,7 +40,7 @@ Both of these safety checks can be disabled with the `-force` flag. **This is not recommended.** If you disable the safety checks and are pushing state, the destination state will be overwritten. -For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) +For configurations using the [Terraform Cloud CLI integration](/cli/cloud/command-line-arguments#ignore-remote-version) or the [`remote` backend](/language/settings/backends/remote#command-line-arguments) only, `terraform state push` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +`-ignore-remote-version`. diff --git a/website/docs/cli/commands/state/replace-provider.mdx b/website/docs/cli/commands/state/replace-provider.mdx index ead4b8591b..bcf79da051 100644 --- a/website/docs/cli/commands/state/replace-provider.mdx +++ b/website/docs/cli/commands/state/replace-provider.mdx @@ -35,7 +35,7 @@ This command also accepts the following options: For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform state replace-provider` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). For configurations using [the `local` state rm](/language/settings/backends/local) only, diff --git a/website/docs/cli/commands/state/rm.mdx b/website/docs/cli/commands/state/rm.mdx index 36821f0007..3311a9774e 100644 --- a/website/docs/cli/commands/state/rm.mdx +++ b/website/docs/cli/commands/state/rm.mdx @@ -52,7 +52,7 @@ This command also accepts the following options: For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform state rm` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). For configurations using [the `local` state rm](/language/settings/backends/local) only, diff --git a/website/docs/cli/commands/taint.mdx b/website/docs/cli/commands/taint.mdx index 9e89fa40b6..44c2d1545d 100644 --- a/website/docs/cli/commands/taint.mdx +++ b/website/docs/cli/commands/taint.mdx @@ -57,7 +57,7 @@ This command accepts the following options: For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform taint` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). For configurations using [the `local` backend](/language/settings/backends/local) only, diff --git a/website/docs/cli/commands/untaint.mdx b/website/docs/cli/commands/untaint.mdx index 0158dece5f..35bd92390b 100644 --- a/website/docs/cli/commands/untaint.mdx +++ b/website/docs/cli/commands/untaint.mdx @@ -64,7 +64,7 @@ This command also accepts the following options: For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform untaint` also accepts the option -[`-ignore-remote-version`](/language/settings/backends/remote#command-line-arguments). +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version). For configurations using [the `local` backend](/language/settings/backends/local) only,