Merge pull request #1464 from samirageb/patch-1

Fixed & clarified grammar around HCL & JSON
This commit is contained in:
Jeff Mitchell 2016-05-27 01:42:25 -04:00
commit 900a6cb9be
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ seal/unseal process, and scaling Vault.
## Configuring Vault ## Configuring Vault
Vault is configured using [HCL](https://github.com/hashicorp/hcl) files. Vault is configured using [HCL](https://github.com/hashicorp/hcl) files.
As a reminder, these files are also JSON-compatible. The configuration As a reminder, JSON files are also fully HCL-compatible; HCL is a superset of JSON.
file for Vault is relatively simple. An example is shown below: The configuration file for Vault is relatively simple. An example is shown below:
```javascript ```javascript
backend "consul" { backend "consul" {