Product Guide


powerflex provider

The Terraform provider for Dell PowerFlex can be used to interact with a Dell PowerFlex array in order to manage the array resources.

Data Sources

Data sources serve as a bridge between your infrastructure code and external data. Unlike variables or outputs, data sources allow you to fetch information from existing resources, such as Protection Domain , Cluster. They play a pivotal role in integrating external data seamlessly into your Terraform configuration. You can use datasources to retrieve attribtes of an existing volume, sdc etc.

Resources

Resources in Terraform configurations represent infrastructure objects or services that need to be managed. They define the desired state of various elements, such as volume, protection domain etc. When you declare a resource, Terraform ensures that the actual infrastructure matches the desired state user has defined.

Examples

Examples for the PowerFlex Provider