From 708e2f90c73c22c81afbcee7f134c3f942d0178a Mon Sep 17 00:00:00 2001 From: delores-hashicorp Date: Tue, 9 Apr 2024 14:27:20 +0100 Subject: [PATCH] Generate documentation --- docs/resources/vault_secrets_app.md | 2 +- docs/resources/vault_secrets_secret.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/resources/vault_secrets_app.md b/docs/resources/vault_secrets_app.md index 8e24099ee..564ce4763 100644 --- a/docs/resources/vault_secrets_app.md +++ b/docs/resources/vault_secrets_app.md @@ -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. diff --git a/docs/resources/vault_secrets_secret.md b/docs/resources/vault_secrets_secret.md index ffb3c3d85..fa283028e 100644 --- a/docs/resources/vault_secrets_secret.md +++ b/docs/resources/vault_secrets_secret.md @@ -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.