Data Source: oci_marketplace_accepted_agreements

This data source provides the list of Accepted Agreements in Oracle Cloud Infrastructure Marketplace service.

Lists the terms of use agreements that have been accepted in the specified compartment. You can filter results by specifying query parameters.

Example Usage

data "oci_marketplace_accepted_agreements" "test_accepted_agreements" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	accepted_agreement_id = oci_marketplace_accepted_agreement.test_accepted_agreement.id
	display_name = var.accepted_agreement_display_name
	listing_id = oci_marketplace_listing.test_listing.id
	package_version = var.accepted_agreement_package_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AcceptedAgreement Reference

The following attributes are exported: