Terraform provider for sending emails.
go mod tidy # install dependencies
make build # build the provider
make install # install the provider
Please see ./examples
for example usage.
First start a local SMTP server:
docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev:v3
Then run the acceptance tests:
make testacc
go generate ./...
https://developer.hashicorp.com/terraform/tutorials/providers/provider-setup