website: fix broken link to local backend in apply.html (#26307)

The link to local backend doesn't exist.  Update to what I believe is the correct one.
This commit is contained in:
Thanonchai 2020-09-28 18:09:34 -05:00 committed by GitHub
parent 6d66b8b616
commit 85e83608fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ The command-line flags are all optional. The list of available flags are:
Ignored when [remote state](/docs/state/remote.html) is used. This setting
does not persist and other commands, such as init, may not be aware of the
alternate statefile. To configure an alternate statefile path which is
available to all terraform commands, use the [local backend](/docs/state/local.html).
available to all terraform commands, use the [local backend](/docs/backends/types/local.html).
* `-state-out=path` - Path to write updated state file. By default, the
`-state` path will be used. Ignored when