Data Source: oci_opsi_opsi_configuration

This data source provides details about a specific Opsi Configuration resource in Oracle Cloud Infrastructure Opsi service.

Gets details of an OPSI configuration resource. Values specified in configItemField and configItemCustomStatus query params will be considered, only if configItems field is requested as part of opsiConfigField query param. Values specified in configItemCustomStatus will determine whether only customized configuration items or only non-customized configuration items or both have to be returned.

Example Usage

data "oci_opsi_opsi_configuration" "test_opsi_configuration" {
    #Required
    opsi_configuration_id = oci_opsi_opsi_configuration.test_opsi_configuration.id

    #Optional
    config_item_custom_status = var.opsi_configuration_config_item_custom_status
    config_item_field = var.opsi_configuration_config_item_field
    config_items_applicable_context = var.opsi_configuration_config_items_applicable_context
    opsi_config_field = var.opsi_configuration_opsi_config_field
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: