mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-04 06:15:02 -04:00
aws_region->region on awskms config
This commit is contained in:
parent
66642a0935
commit
c7b5b8b0b4
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ func parseSeal(result *Config, list *ast.ObjectList, blockName string) error {
|
|||
}
|
||||
case "awskms":
|
||||
valid = []string{
|
||||
"aws_region",
|
||||
"region",
|
||||
"access_key",
|
||||
"secret_key",
|
||||
"kms_key_id",
|
||||
|
|
|
|||
Loading…
Reference in a new issue