An open API service indexing awesome lists of open source software.

https://github.com/serialt/terraform-provider-email


https://github.com/serialt/terraform-provider-email

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

          

# Terraform Provider Email

Terraform provider for sending emails.

## Development

```bash
go tidy # install dependencies
make build # build the provider
make install # install the provider
```

Please see `./examples` for example usage.

## Testing

First start a local SMTP server:

```bash
docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev:v3
```

Then run the acceptance tests:

```bash
make testacc
```

## Generate docs

```bash
go generate ./...
```

## References

https://developer.hashicorp.com/terraform/tutorials/providers/provider-setup