Skip to content

Commit

Permalink
Generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
delores-hashicorp committed Apr 9, 2024
1 parent 750e221 commit 708e2f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/vault_secrets_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ resource "hcp_vault_secrets_app" "example" {
### Optional

- `description` (String) The Vault Secrets app description
- `project_id` (String) The ID of the HCP project where the HCP Vault Secrets app is located.

### Read-Only

- `id` (String) Required ID field that is set to the app name.
- `organization_id` (String) The ID of the HCP organization where the project the HCP Vault Secrets app is located.
- `project_id` (String) The ID of the HCP project where the HCP Vault Secrets app is located.
5 changes: 4 additions & 1 deletion docs/resources/vault_secrets_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ resource "hcp_vault_secrets_secret" "example" {
- `secret_name` (String) The name of the secret
- `secret_value` (String, Sensitive) The value of the secret

### Optional

- `project_id` (String) The ID of the HCP project where the HCP Vault Secrets secret is located.

### Read-Only

- `id` (String) The id of the resource
- `organization_id` (String) The ID of the HCP organization where the project the HCP Vault Secrets secret is located.
- `project_id` (String) The ID of the HCP project where the HCP Vault Secrets secret is located.

0 comments on commit 708e2f9

Please sign in to comment.