Skip to content

Commit

Permalink
Add more visible note that vault_aws_access_credentials cannot be r…
Browse files Browse the repository at this point in the history
…enewed (#1464)

Emphasizes that credentials from `vault_aws_access_credentials` cannot be renewed
  • Loading branch information
gdavison committed Aug 3, 2022
1 parent 97599ef commit 12cbf04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/d/aws_access_credentials.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Protect these artifacts accordingly. See
[the main provider documentation](../index.html)
for more details.

~> **Note**
When using the outputs of this data source to authenticate with the [Terraform Provider for AWS](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) or
the [Terraform Provider for AWS Cloud Control](https://registry.terraform.io/providers/hashicorp/awscc/latest/docs),
the credentials leased from Vault cannnot be renewed.
Ensure that the lease is long enough for Terraform to complete.

## Example Usage

```hcl
Expand Down

0 comments on commit 12cbf04

Please sign in to comment.