Data Source: oci_certificates_management_ca_bundles

This data source provides the list of Ca Bundles in Oracle Cloud Infrastructure Certificates Management service.

Lists all CA bundles that match the query parameters. Optionally, you can use the parameter FilterByCaBundleIdQueryParam to limit the result set to a single item that matches the specified CA bundle.

Example Usage

data "oci_certificates_management_ca_bundles" "test_ca_bundles" {

	#Optional
	ca_bundle_id = oci_certificates_management_ca_bundle.test_ca_bundle.id
	compartment_id = var.compartment_id
	name = var.ca_bundle_name
	state = var.ca_bundle_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CaBundle Reference

The following attributes are exported: