A terraform provider for Sparkpost
Run the following command to build the provider
make buildFirst, build and install the provider.
make installThen, run the following command to initialize the workspace and apply the sample configuration.
cd example/template
terraform init
SPARKPOST_API_KEY=<api_key> terraform apply