smtp-mail
cloudposse/smtp-mail/null
Terraform module to send transactional emails via an SMTP server (e.g. mailgun)
 terraform-null-smtp-mail    Terraform Module to send emails using an SMTP server by calling an external email command. --- This project is part of our comprehensive "SweetOps" approach towards DevOps. It's 100% Open Source and licensed under the APACHE2. Introduction This terraform module uses an external command using the local-exec provisioner to send emails. It's ideally suited for sending transactional emails related to the apply phase. For example, notifying a user of their IAM user account getting created or the deployment of a new ECS ap
| Name | Type | Description | Default |
|---|---|---|---|
| body | any | Email body template | required |
| from | any | From address for email | required |
| to | any | Email recipients | required |
| subject | any | Email subject template | required |
| username | any | Username to authenticate with the SMTP server | required |
| password | any | Password to authenticate with the SMTP server | required |
| vars | any | Parameters to pass to the body template | {} |
| port | any | SMTP Port | "587" |
| host | any | SMTP Host | "smtp.mailgun.org" |
| mail_command | any | Command to execute | "email" |
| enabled | any | Flag to enable or disable the sending of emails | "true" |
subject — Rendered subject of the emailbody — Rendered body of the emailAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,