s/aws_region/region/ (#4497)

The correct key name is 'region' as opposed to 'aws_region'.
This commit is contained in:
Nathan Valentine 2018-05-02 14:25:03 -07:00 committed by Jim Kalafut
parent ffbb76a429
commit ff62d2a585

View file

@ -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 = "..."