diff --git a/website/docs/d/aws_static_credentials.md b/website/docs/d/aws_static_credentials.md index 56d98571c..a7aee5ace 100644 --- a/website/docs/d/aws_static_credentials.md +++ b/website/docs/d/aws_static_credentials.md @@ -1,6 +1,6 @@ --- layout: "vault" -page_title: "Vault: vault_aws_static_credentials data source" +page_title: "Vault: vault_aws_static_access_credentials data source" sidebar_current: "docs-vault-datasource-aws-static-credentials" description: |- Reads static role credentials from an AWS secret backend in Vault @@ -41,7 +41,7 @@ resource "vault_aws_secret_backend_static_role" "role" { # generally, these blocks would be in a different module -data "vault_aws_static_credentials" "creds" { +data "vault_aws_static_access_credentials" "creds" { backend = vault_aws_secret_backend.aws.path name = vault_aws_secret_backend_static_role.role.role_name } @@ -73,4 +73,4 @@ In addition to the arguments above, the following attributes are exported: * `access_key` - The access key ID associated with the IAM credential. -* `secret_key` - The secret access key assoicated with the IAM credential. \ No newline at end of file +* `secret_key` - The secret access key assoicated with the IAM credential. diff --git a/website/vault.erb b/website/vault.erb index bdf1ce5e4..289473b34 100644 --- a/website/vault.erb +++ b/website/vault.erb @@ -42,7 +42,7 @@ > - vault_aws_static_credentials + vault_aws_static_access_credentials >