mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
s/aws_region/region/ (#4497)
The correct key name is 'region' as opposed to 'aws_region'.
This commit is contained in:
parent
ffbb76a429
commit
ff62d2a585
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ specify the `seal` stanza in your Vault configuration file:
|
|||
|
||||
```hcl
|
||||
seal "awskms" {
|
||||
aws_region = "us-east-1"
|
||||
region = "us-east-1"
|
||||
access_key = "..."
|
||||
secret_key = "..."
|
||||
kms_key_id = "..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue