From ff62d2a585a0c6415601aab12026063b2fd70dce Mon Sep 17 00:00:00 2001 From: Nathan Valentine Date: Wed, 2 May 2018 14:25:03 -0700 Subject: [PATCH] s/aws_region/region/ (#4497) The correct key name is 'region' as opposed to 'aws_region'. --- website/source/docs/enterprise/auto-unseal/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/enterprise/auto-unseal/index.html.md b/website/source/docs/enterprise/auto-unseal/index.html.md index 3b2398c2ff..a00122e9ce 100644 --- a/website/source/docs/enterprise/auto-unseal/index.html.md +++ b/website/source/docs/enterprise/auto-unseal/index.html.md @@ -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 = "..."