Skip to content

Commit

Permalink
aws_secret_backend: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adongy committed Dec 13, 2019
1 parent 5837bf2 commit a18383f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/aws_secret_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ resource "vault_aws_secret_backend" "aws" {

The following arguments are supported:

* `access_key` - (Required) The AWS Access Key ID this backend should use to
issue new credentials.
* `access_key` - (Optional) The AWS Access Key ID this backend should use to
issue new credentials. Vault uses the official AWS SDK to authenticate, and thus can also use standard AWS environment credentials, shared file credentials or IAM role/ECS task credentials.

* `secret_key` - (Required) The AWS Secret Key this backend should use to
issue new credentials.
* `secret_key` - (Optional) The AWS Secret Key this backend should use to
issue new credentials. Vault uses the official AWS SDK to authenticate, and thus can also use standard AWS environment credentials, shared file credentials or IAM role/ECS task credentials.

~> **Important** Vault version 1.2.3 and older does not support reading the configured
credentials back from the API, With these older versions, Terraform cannot detect and correct drift
Expand Down

0 comments on commit a18383f

Please sign in to comment.