fix docs typo (#13183)

This commit is contained in:
Brian Hahn 2017-03-29 23:03:08 -07:00 committed by Radek Simko
parent 33058872ec
commit 11fa03cfb6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ You should be able to very easily migrate `terraform remote config`
scripting to the new `terraform init` command.
The new `terraform init` command takes a `-backend-config` flag which is
eitheran HCL file or a string in the format of `key=value`. This configuration
either an HCL file or a string in the format of `key=value`. This configuration
is merged with the backend configuration in your Terraform files.
This lets you keep secrets out of your actual configuration.
We call this "partial configuration" and you can learn more in the