Flash Provider
The Terraform Provider Flash is used to interact with the resources supported by the Pure Storage FlashArray. The provider needs to be configured with the proper credentials before it can be used.
This is an open source community project and is not affiliated with the Pure Storage or HashiCorp companies.
Installation
Download the provider from the downloads page.
Copy the binary file to the user plugin directory, located at %APPDATA%\terraform.d\plugins
on Windows and ~/.terraform.d/plugins
on Linux and MacOS.
Building the provider from source
Clone repository to: $GOPATH/src/github.com/devans10/terraform-provider-flash
mkdir -p $GOPATH/src/github.com/devans10; cd $GOPATH/src/github.com/devans10
git clone git@github.com:devans10/terraform-provider-flash
Enter the provider directory and build the provider
cd $GOPATH/src/github.com/devans10/terraform-provider-flash
make build
Copy the binary file to the user plugin directory, located at %APPDATA%\terraform.d\plugins
on Windows and ~/.terraform.d/plugins
on Linux an
d MacOS.