Data Source: oci_vault_secret_version

This data source provides details about a specific Secret Version resource in Oracle Cloud Infrastructure Vault service.

Gets information about the specified version of a secret.

Example Usage

data "oci_vault_secret_version" "test_secret_version" {
	#Required
	secret_id = oci_vault_secret.test_secret.id
	secret_version_number = var.secret_version_secret_version_number
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: