From 9022b23d574b0c1f160033178f56959ee50f2cdc Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:37:35 -0500 Subject: [PATCH] Fixing references again --- website/docs/cli/commands/import.mdx | 5 ++--- website/docs/cli/commands/state/mv.mdx | 2 +- website/docs/cli/commands/state/push.mdx | 4 ++-- website/docs/cli/commands/state/replace-provider.mdx | 2 +- website/docs/cli/commands/state/rm.mdx | 2 +- website/docs/cli/commands/taint.mdx | 2 +- website/docs/cli/commands/untaint.mdx | 2 +- 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/website/docs/cli/commands/import.mdx b/website/docs/cli/commands/import.mdx index ec46b1e03..96c5a45c0 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 ba1257427..2e825d496 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 6da6b0573..4d6256ddc 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 ead4b8591..bcf79da05 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 36821f000..3311a9774 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 9e89fa40b..44c2d1545 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 0158dece5..35bd92390 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,