/terraform-provider-sparkpost

A terraform provider for Sparkpost

Primary LanguageGoApache License 2.0Apache-2.0

terraform-provider-sparkpost

A terraform provider for Sparkpost

Local Development

Run the following command to build the provider

make build

Test Example Configuration

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