Data Sources

In Terraform, a data source is a way to retrieve information about an entity that is not managed by the current Terraform configuration. Data sources provide dynamic information that can be used elsewhere in the Terraform configuration. Data sources are used to get information about resources external to Terraform and use them to set up Terraform resources. For example, a volume Dell Storage system exposes. Data sources are accessed via a special kind of resource known as a data resource, declared using a data block.Each data resource is associated with a single entity, which determines the kind of object it reads and what query constraint arguments are available. For further details, please check out https://developer.hashicorp.com/terraform/language/data-sources


ome_application_certificate data source

This terraform DataSource is used to query the existing application certificate data from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_configuration_report_info data source

This Terraform DataSource is used to query compliance configuration report of a compliance template baseline data from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_device data source

This Terraform DataSource is used to query devices from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_device_compliance_report data source

This Terraform DataSource is used to query compliance configuration report of a compliance template baseline data from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_firmware_baseline_compliance_report data source

This Terraform DataSource is used to query firmware baseline compliance report of OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_firmware_catalog data source

This Terraform DataSource is used to query firmware catalog from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_firmware_repository data source

This Terraform DataSource is used to query the firmware baseline compliance repository from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_groupdevices_info data source

This Terraform DataSource is used to query groups and their devices from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_template_info data source

This Terraform DataSource is used to query templates from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.

ome_vlannetworks_info data source

This Terraform DataSource is used to query templates from OME. The information fetched from this data source can be used for getting the details / for further processing in resource block.