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.
data "oci_metering_computation_configuration" "test_configuration" {
#Required
tenant_id = oci_metering_computation_tenant.test_tenant.id
}
The following arguments are supported:
tenant_id
- (Required) tenant idThe following attributes are exported:
items
- The list of available configurations.
key
- The configuration key.values
- The configuration value.