Data Source: oci_marketplace_listing_package_agreement_management

This resource provides details about a specific Listing Package Agreement resource in Oracle Cloud Infrastructure Marketplace service.

This resource can be used to retrieve the time-based signature of terms of use agreement for a package that can be used to accept the agreement.

Example Usage

resource "oci_marketplace_listing_package_agreement" "test_listing_package_agreement" {
    #Required
    agreement_id = oci_marketplace_agreement.test_agreement.id
    listing_id = oci_marketplace_listing.test_listing.id
    package_version = var.listing_package_agreement_package_version

    #Optional
    compartment_id = var.compartment_id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Import is not supported for this resource.