Data Source: oci_functions_pbf_listing_versions

This data source provides the list of Pbf Listing Versions in Oracle Cloud Infrastructure Functions service.

Fetches a wrapped list of all Pre-built Function(PBF) Listing versions. Returns a PbfListingVersionCollection containing an array of PbfListingVersionSummary response models.

Note that the PbfListingIdentifier must be provided as a query parameter, otherwise an exception shall be thrown.

Example Usage

data "oci_functions_pbf_listing_versions" "test_pbf_listing_versions" {
	#Required
	pbf_listing_id = oci_functions_pbf_listing.test_pbf_listing.id

	#Optional
	is_current_version = var.pbf_listing_version_is_current_version
	name = var.pbf_listing_version_name
	pbf_listing_version_id = oci_functions_pbf_listing_version.test_pbf_listing_version.id
	state = var.pbf_listing_version_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

PbfListingVersion Reference

The following attributes are exported: