Data Source: oci_service_catalog_all_applications

This data source provides the list of All Applications in Oracle Cloud Infrastructure Service Catalog service.

Lists all the available listings and private applications in a compartment. A new API for catalog manager use when creating/updating a service catalog.

Example Usage

data "oci_service_catalog_all_applications" "test_all_applications" {
	#Required
  	compartment_id = var.compartment_id

	#Optional
	display_name = var.all_application_display_name
	entity_id = oci_service_catalog_entity.test_entity.id
	entity_type = var.all_application_entity_type
	is_featured = var.all_application_is_featured
	package_type = var.all_application_package_type
	pricing = var.all_application_pricing
	publisher_id = oci_marketplace_publisher.test_publisher.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AllApplication Reference

The following attributes are exported: