Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 451 Bytes

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