Data Source: oci_service_catalog_service_catalogs
This data source provides the list of Service Catalogs in Oracle Cloud Infrastructure Service Catalog service.
Lists all the service catalogs in the given compartment.
Example Usage
data "oci_service_catalog_service_catalogs" "test_service_catalogs" {
#Required
compartment_id = var.compartment_id
#Optional
display_name = var.service_catalog_display_name
service_catalog_id = oci_service_catalog_service_catalog.test_service_catalog.id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The unique identifier for the compartment.display_name
- (Optional) Exact match name filter.service_catalog_id
- (Optional) The unique identifier for the service catalog.
Attributes Reference
The following attributes are exported:
service_catalog_collection
- The list of service_catalog_collection.
ServiceCatalog Reference
The following attributes are exported:
compartment_id
- The Compartment id where the service catalog existsdefined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:{"foo-namespace.bar-key": "value"}
display_name
- The name of the service catalog.freeform_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
- The unique identifier for the Service catalog.state
- The lifecycle state of the service catalog.time_created
- The date and time the service catalog was created, expressed in RFC 3339 timestamp format. Example:2021-05-26T21:10:29.600Z
time_updated
- The date and time the service catalog was last modified, expressed in RFC 3339 timestamp format. Example:2021-12-10T05:10:29.721Z