Skip to content

Commit

Permalink
Fix broken provider.namespace links (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz committed Aug 3, 2022
1 parent 12cbf04 commit 3bfc802
Show file tree
Hide file tree
Showing 124 changed files with 131 additions and 144 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/ad_access_credentials.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path to the AD secret backend to
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/auth_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) The auth backend mount point.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/aws_access_credentials.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path to the AWS secret backend to
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 @@ -66,7 +66,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path to the Azure secret backend to
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/generic_secret.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) The full logical path from which to request data.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/identity_entity.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `entity_name` - (Optional) Name of the entity.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/identity_group.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `group_name` - (Optional) Name of the group.
Expand Down
3 changes: 1 addition & 2 deletions website/docs/d/identity_oidc_client_creds.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `name` - (Required) The name of the OIDC Client in Vault.
Expand All @@ -56,4 +56,3 @@ 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.

3 changes: 1 addition & 2 deletions website/docs/d/identity_oidc_openid_config.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `name` - (Required) The name of the OIDC Provider in Vault.
Expand Down Expand Up @@ -93,4 +93,3 @@ In addition to the arguments above, the following attributes are exported:
* `subject_types_supported` - The subject types supported by the provider.

* `token_endpoint_auth_methods_supported` - The token endpoint auth methods supported by the provider.

3 changes: 1 addition & 2 deletions website/docs/d/identity_oidc_public_keys.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `name` - (Required) The name of the OIDC Provider in Vault.
Expand All @@ -70,4 +70,3 @@ In addition to the arguments above, the following attributes are exported:

* `keys` - The public portion of keys for an OIDC provider.
Clients can use them to validate the authenticity of an identity token.

2 changes: 1 addition & 1 deletion website/docs/d/kubernetes_credentials.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The Kubernetes secret backend to generate service account
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/kv_secret.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) Full path of the KV-V1 secret.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/kv_secret_v2.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `mount` - (Required) Path where KV-V2 engine is mounted.
Expand Down Expand Up @@ -89,4 +89,4 @@ The following attributes are exported:

* `deletion_time` - Deletion time for the secret.

* `destroyed` - Indicates whether the secret has been destroyed.
* `destroyed` - Indicates whether the secret has been destroyed.
3 changes: 1 addition & 2 deletions website/docs/d/kv_secrets_list.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) Full KV-V1 path where secrets will be listed.
Expand All @@ -75,4 +75,3 @@ Use of this resource requires the `read` capability on the given path.
The following attributes are exported:

* `names` - List of all secret names listed under the given path.

3 changes: 1 addition & 2 deletions website/docs/d/kv_secrets_list_v2.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `mount` - (Required) Path where KV-V2 engine is mounted.
Expand All @@ -100,4 +100,3 @@ The following attributes are exported:
* `path` - Full path where the KV-V2 secrets are listed.

* `names` - List of all secret names listed under the given path.

3 changes: 1 addition & 2 deletions website/docs/d/kv_subkeys_v2.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `mount` - (Required) Path where KV-V2 engine is mounted.
Expand Down Expand Up @@ -84,4 +84,3 @@ The following attributes are exported:
* `path` - Full path where the KV-V2 secrets are listed.

* `data_json` - Subkeys for the KV-V2 secret read from Vault..

4 changes: 2 additions & 2 deletions website/docs/d/nomad_access_token.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path to the Nomad secret backend to
Expand All @@ -66,4 +66,4 @@ In addition to the arguments above, the following attributes are exported:
* `accessor_id` - The public identifier for a specific token. It can be used
to look up information about a token or to revoke a token.

* `secret_id` - The token to be used when making requests to Nomad and should be kept private.
* `secret_id` - The token to be used when making requests to Nomad and should be kept private.
2 changes: 1 addition & 1 deletion website/docs/d/transform_decode.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) Path to where the back-end is mounted within Vault.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/transform_encode.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `path` - (Required) Path to where the back-end is mounted within Vault.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ad_secret_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Optional) The unique path this backend should be mounted at. Must
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ad_secret_backend_library.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path the AD secret backend is mounted at,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/ad_secret_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path the AD secret backend is mounted at,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/approle_auth_backend_login.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `role_id` - (Required) The ID of the role to log in with.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/approle_auth_backend_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `role_name` - (Required) The name of the role.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/approle_auth_backend_role_secret_id.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `role_name` - (Required) The name of the role to create the SecretID for.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/audit.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `type` - (Required) Type of the audit device, such as 'file'.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/auth_backend.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `type` - (Required) The name of the auth method type.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_cert.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `cert_name` - (Required) The name of the certificate.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_client.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Optional) The path the AWS auth backend being configured was
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_identity_whitelist.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Optional) The path of the AWS backend being configured.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_login.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Optional) The unique name of the AWS auth backend. Defaults to
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `role` - (Required) The name of the role.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_role_tag.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `role` - (Required) The name of the AWS auth backend role to read
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_roletag_blacklist.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `backend` - (Required) The path the AWS auth backend being configured was
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/aws_auth_backend_sts_role.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following arguments are supported:

* `namespace` - (Optional) The namespace to provision the resource in.
The value should not contain leading or trailing forward slashes.
The `namespace` is always relative to the provider's configured [namespace](../index.html#namespace).
The `namespace` is always relative to the provider's configured [namespace](/docs/providers/vault#namespace).
*Available only for Vault Enterprise*.

* `account_id` - (Optional) The AWS account ID to configure the STS role for.
Expand Down
Loading

0 comments on commit 3bfc802

Please sign in to comment.