diff --git a/website/docs/cli/commands/state/push.mdx b/website/docs/cli/commands/state/push.mdx index 4d6256ddc..88cf6daad 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/command-line-arguments#ignore-remote-version) or the [`remote` backend](/language/settings/backends/remote#command-line-arguments) +For configurations using the [Terraform Cloud CLI integration](/cli/cloud) or the [`remote` backend](/language/settings/backends/remote) only, `terraform state push` also accepts the option -`-ignore-remote-version`. +[`-ignore-remote-version`](/cli/cloud/command-line-arguments#ignore-remote-version).