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