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.


powerflex_device data source

This datasource is used to query the existing device from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_fault_set data source

This datasource is used to query the existing fault set from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_node data source

This datasource is used to query the existing nodes from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_protection_domain data source

This datasource is used to query the existing protection domain from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_sdc data source

This datasource is used to query the existing Storage Data Clients from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_sds data source

This datasource is used to query the existing Storage Data Servers from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_service data source

This datasource is used to query the existing services from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_snapshot_policy data source

This datasource is used to query the existing snapshot policies from PowerFlex array. The information fetched from this datasource can be used for getting the details.

powerflex_storage_pool data source

This datasource is used to query the existing storage pools from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_template data source

This datasource is used to query the existing templates from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_volume data source

This datasource is used to query the existing volume from PowerFlex array. The information fetched from this datasource can be used for getting the details / for further processing in resource block.

powerflex_vtree data source

This datasource is used to query the existing vtrees from PowerFlex array. The information fetched from this datasource can be used for getting the details.