diff --git a/website/docs/d/auth_backends.html.md b/website/docs/d/auth_backends.html.md index e990dad16..9b2fe6bdf 100644 --- a/website/docs/d/auth_backends.html.md +++ b/website/docs/d/auth_backends.html.md @@ -18,6 +18,7 @@ data "vault_auth_backends" "example" {} data "vault_auth_backends" "example-filter" { type = "kubernetes" } +``` ## Argument Reference diff --git a/website/docs/d/azure_access_credentials.html.md b/website/docs/d/azure_access_credentials.html.md index 707c9ed20..0d0e8892d 100644 --- a/website/docs/d/azure_access_credentials.html.md +++ b/website/docs/d/azure_access_credentials.html.md @@ -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 diff --git a/website/docs/r/identity_oidc_client.html.md b/website/docs/r/identity_oidc_client.html.md index 1d17b3ba3..a576a0bff 100644 --- a/website/docs/r/identity_oidc_client.html.md +++ b/website/docs/r/identity_oidc_client.html.md @@ -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