Data Source: oci_onesubscription_aggregated_computed_usages

This data source provides the list of Aggregated Computed Usages in Oracle Cloud Infrastructure Onesubscription service.

This is a collection API which returns a list of aggregated computed usage details (there can be multiple Parent Products under a given SubID each of which is represented under Subscription Service Line # in SPM).

Example Usage

data "oci_onesubscription_aggregated_computed_usages" "test_aggregated_computed_usages" {
    #Required
    compartment_id = var.compartment_id
    subscription_id = oci_onesubscription_subscription.test_subscription.id
    time_from = var.aggregated_computed_usage_time_from
    time_to = var.aggregated_computed_usage_time_to

    #Optional
    grouping = var.aggregated_computed_usage_grouping
    parent_product {
    }
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AggregatedComputedUsage Reference

The following attributes are exported: