Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 534 Bytes

Terraform Provider SMTP

This provider helps to send a simple SMTP email natively from Terraform.

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-smtp

Test sample configuration

First, build and install the provider.

$ make install

Then, navigate to the examples directory.

$ cd examples

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply