Data Source: oci_metering_computation_configuration
This data source provides details about a specific Configuration resource in Oracle Cloud Infrastructure Metering Computation service.
Returns the configurations list for the UI drop-down list.
Example Usage
data "oci_metering_computation_configuration" "test_configuration" {
	#Required
	tenant_id = oci_metering_computation_tenant.test_tenant.id
}
Argument Reference
The following arguments are supported:
- tenant_id- (Required) tenant id
Attributes Reference
The following attributes are exported:
- items- The list of available configurations.- key- The configuration key.
- values- The configuration value.