Update 'Hashicorp' to 'HashiCorp'

This commit is contained in:
Taylor Dolezal 2021-03-22 11:05:42 -07:00
parent 8c61ca174f
commit 1bb5c455aa
No known key found for this signature in database
GPG Key ID: 7FBBBF1C2B5539D6
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ type AccessConfig struct {
// environmental variable.
Token string `mapstructure:"token" required:"false"`
session *session.Session
// Get credentials from Hashicorp Vault's aws secrets engine. You must
// Get credentials from HashiCorp Vault's aws secrets engine. You must
// already have created a role to use. For more information about
// generating credentials via the Vault engine, see the [Vault
// docs.](https://www.vaultproject.io/api/secret/aws#generate-credentials)