Fixing references again
This commit is contained in:
parent
3adcc0158c
commit
9022b23d57
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue