We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d951cef commit bff1e65Copy full SHA for bff1e65
README.md
@@ -103,9 +103,9 @@ project or user.
103
104
This authentication method is useful when short-lived credentials are necessary.
105
E.g. oauth2 [plugin](https://github.com/puppetlabs/vault-plugin-secrets-oauthapp)
106
-for hashicorp vault can request an access token that would be used by OVH
+for HashiCorp Vault can request an access token that would be used by OVHcloud
107
terraform provider. Although this token, requested via data-source, would end up
108
-stored in the terraform state-file, that would pose less risk since the token
+stored in the Terraform state file, that would pose less risk since the token
109
validity would last for only 1 hour.
110
111
Other applications are of course also possible.
0 commit comments