» Data Source: oci_kms_key_versions
This data source provides the list of Key Versions in Oracle Cloud Infrastructure Kms service.
Lists all key versions for the specified key.
» Example Usage
data "oci_kms_key_versions" "test_key_versions" {
#Required
key_id = "${oci_kms_key.test_key.id}"
management_endpoint = "${var.key_version_management_endpoint}"
}
» Argument Reference
The following arguments are supported:
-
key_id
- (Required) The OCID of the key. -
management_endpoint
- (Required) The service endpoint to perform management operations against. Management operations include 'Create,' 'Update,' 'List,' 'Get,' and 'Delete' operations. See Vault Management endpoint.
» Attributes Reference
The following attributes are exported:
-
key_versions
- The list of key_versions.
» KeyVersion Reference
The following attributes are exported:
-
compartment_id
- The OCID of the compartment that contains this key version. -
key_version_id
- The OCID of the key version. -
key_id
- The OCID of the key associated with this key version. -
time_created
- The date and time this key version was created, expressed in RFC 3339 timestamp format. Example: "2018-04-03T21:10:29.600Z" -
vault_id
- The OCID of the vault that contains this key version.