The provider will be fetched from the public repository and installed by Terraform automatically.
Create a file called main.tf
in your workspace with the following contents
terraform {
required_providers {
powerflex = {
version = "1.5.0"
source = "registry.terraform.io/dell/powerflex"
}
}
}
Then, in that workspace, run
terraform init
- Clone this repo
- In the root of this repo run
make install
Then follow installation from public repo
For SSL verifcation on RHEL, below steps can be performed:
- Copy the CA certificate to the
/etc/pki/ca-trust/source/anchors
path of the host by any external means. - Import the SSL certificate to host by running
update-ca-trust extract