generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from hashicorp/sync-public-and-internal-provider
[auto] Sync with Public Provider
- Loading branch information
Showing
17 changed files
with
1,213 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "hcp_vault_plugin Data Source - terraform-provider-hcp" | ||
subcategory: "" | ||
description: |- | ||
The Vault plugin data source provides information about an existing HCP Vault plugin | ||
--- | ||
|
||
# hcp_vault_plugin (Data Source) | ||
|
||
The Vault plugin data source provides information about an existing HCP Vault plugin | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `cluster_id` (String) The ID of the HCP Vault cluster. | ||
- `plugin_name` (String) The name of the plugin - Valid options for plugin name - 'venafi-pki-backend' | ||
- `plugin_type` (String) The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE' | ||
|
||
### Optional | ||
|
||
- `project_id` (String) The ID of the HCP project where the HCP Vault cluster is located. | ||
If not specified, the project specified in the HCP Provider config block will be used, if configured. | ||
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | ||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--timeouts"></a> | ||
### Nested Schema for `timeouts` | ||
|
||
Optional: | ||
|
||
- `default` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "hcp_vault_plugin Resource - terraform-provider-hcp" | ||
subcategory: "" | ||
description: |- | ||
The Vault plugin resource allows you to manage an HCP Vault plugin. | ||
--- | ||
|
||
# hcp_vault_plugin (Resource) | ||
|
||
The Vault plugin resource allows you to manage an HCP Vault plugin. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `cluster_id` (String) The ID of the HCP Vault cluster. | ||
- `plugin_name` (String) The name of the plugin - Valid options for plugin name - 'venafi-pki-backend' | ||
- `plugin_type` (String) The type of the plugin - Valid options for plugin type - 'SECRET', 'AUTH', 'DATABASE' | ||
|
||
### Optional | ||
|
||
- `project_id` (String) The ID of the HCP project where the HCP Vault cluster is located. | ||
If not specified, the project specified in the HCP Provider config block will be used, if configured. | ||
If a project is not configured in the HCP Provider config block, the oldest project in the organization will be used. | ||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--timeouts"></a> | ||
### Nested Schema for `timeouts` | ||
|
||
Optional: | ||
|
||
- `default` (String) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.