docs/state: Fix broken link to remote state

This commit is contained in:
Radek Simko 2017-03-28 20:26:16 +01:00
parent 545013a784
commit 8496d0e510
No known key found for this signature in database
GPG Key ID: 6823F3DCCE01BB19
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ values within the state. This is implemented on a per-resource basis and
you should assume the value is plaintext unless otherwise documented. you should assume the value is plaintext unless otherwise documented.
When using local state, state is stored in plain-text JSON files. When When using local state, state is stored in plain-text JSON files. When
using [remote state](/docs/state/remote.htm), state is only ever held in memory when used by Terraform. using [remote state](/docs/state/remote.html), state is only ever held in memory when used by Terraform.
It may be encrypted at rest but this depends on the specific remote state It may be encrypted at rest but this depends on the specific remote state
backend. backend.