https://github.com/serialt/terraform-provider-email
https://github.com/serialt/terraform-provider-email
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serialt/terraform-provider-email
- Owner: serialt
- License: bsd-2-clause
- Created: 2024-01-11T05:35:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T06:00:01.000Z (over 2 years ago)
- Last Synced: 2025-12-27T02:20:39.335Z (6 months ago)
- Language: Go
- Size: 4.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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