Data Source: oci_kms_ekms_private_endpoints
This data source provides the list of Ekms Private Endpoints in Oracle Cloud Infrastructure Kms service.
Returns a list of all the EKMS private endpoints in the specified compartment.
Example Usage
data "oci_kms_ekms_private_endpoints" "test_ekms_private_endpoints" {
#Required
compartment_id = var.compartment_id
}
Argument Reference
The following arguments are supported:
compartment_id- (Required) The OCID of the compartment.
Attributes Reference
The following attributes are exported:
ekms_private_endpoints- The list of ekms_private_endpoints.
EkmsPrivateEndpoint Reference
The following attributes are exported:
ca_bundle- CABundle to validate TLS certificate of the external key manager system in PEM formatcompartment_id- Identifier of the compartment this EKMS private endpoint belongs todefined_tags- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:{"foo-namespace.bar-key": "value"}display_name- Mutable name of the EKMS private endpointexternal_key_manager_ip- Private IP of the external key manager system to connect to from the EKMS private endpointfreeform_tags- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}id- Unique identifier that is immutablelifecycle_details- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in ‘Failed’ state.port- The port of the external key manager systemprivate_endpoint_ip- The IP address in the customer’s VCN for the EKMS private endpoint. This is taken from subnetstate- The current state of the EKMS private endpoint resource.subnet_id- Subnet Identifiertime_created- The time the EKMS private endpoint was created. An RFC3339 formatted datetime string.time_updated- The time the EKMS private endpoint was updated. An RFC3339 formatted datetime string.