Skip to content

Commit

Permalink
docs: fix outstanding docs issues (#2199)
Browse files Browse the repository at this point in the history
Closes #1960
Closes #2168
Closes #2173
  • Loading branch information
fairclothjm authored Mar 20, 2024
1 parent 3ca1904 commit 7325966
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/docs/d/auth_backends.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data "vault_auth_backends" "example" {}
data "vault_auth_backends" "example-filter" {
type = "kubernetes"
}
```

## Argument Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/azure_access_credentials.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ returned. This will, however, increase the time it takes for the credentials
to be returned, blocking Terraform's execution until they are ready.

If `validate_creds` is used, by default, credentials will be validated by
making a test call to Azure every 7 seconds. When we have received 8
making a test call to Azure every 1 seconds. When we have received 8
successes in a row, the credentials will be returned. We have seen propagation
times take up to 15 minutes, so the maximum length of time for the check defaults
to 20 minutes. However, propagation times will vary widely based on each company's Azure
Expand Down
7 changes: 6 additions & 1 deletion website/docs/r/identity_oidc_client.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ The following arguments are supported:

## Attributes Reference

No additional attributes are exported by this resource.
In addition to the arguments above, the following attributes are exported:

* `client_id` - The Client ID returned by Vault.

* `client_secret` - The Client Secret Key returned by Vault.
For public OpenID Clients `client_secret` is set to an empty string `""`

## Import

Expand Down

0 comments on commit 7325966

Please sign in to comment.