Merge pull request #1464 from samirageb/patch-1
Fixed & clarified grammar around HCL & JSON
This commit is contained in:
commit
900a6cb9be
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue