The Vault Secrets app data source retrieves secrets and their latest version values for a given application.
data "hcp_vault_secrets_app" "example" {
app_name = "example-vault-secrets-app"
}
app_name
(String) The name of the Vault Secrets application.id
(String) The ID of this resource.organization_id
(String) The ID of the HCP organization where the Vault Secrets app is located.project_id
(String) The ID of the HCP project where the Vault Secrets app is located.secrets
(Map of String, Sensitive) A map of all secrets in the Vault Secrets app. Key is the secret name, value is the latest secret version value.