Update remote-config.html.markdown

Replace "shared storaged" with "shared storage".  (Very minor change.)
This commit is contained in:
Chad Thompson 2015-11-11 13:09:26 -06:00
parent 2f163701e8
commit d309f8b82b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ disk. When remote state storage is enabled, Terraform will automatically
fetch the latest state from the remote server when necessary and if any
updates are made, the newest state is persisted back to the remote server.
In this mode, users do not need to durably store the state using version
control or shared storaged.
control or shared storage.
## Usage