A terraform provider for Sparkpost
Run the following command to build the provider
make build
First, build and install the provider.
make install
Then, 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