A terraform module to provision DigitalOcean with DNS records for FastMail.
https://www.fastmail.com/help/receive/domains-advanced.html
- terraform >=0.9.3
- A FastMail* account with a configured domain
- A DigitalOcean* account and API token
*Referral Link
domain
The domain to configureenable_email_autodiscovery
(Default: false) Create DNS entries for client email auto-discoveryenable_carddav_autodiscovery
(Default: false) Create DNS entries for client CardDAV auto-discoveryenable_caldav_autodiscovery
(Default: false) Create DNS entries for client CalDAV auto-discovery
module "fastmail-records" {
source = "jeromegamez/fastmail-records/digitalocean"
domain = "example.com"
}
The Terraform DigitalOcean provider is currently not able to set 0
values for domain records.
This has been implemented in the underlying api client
(see digitalocean/godo#164), but this has not
been released yet.
MIT licensed. See LICENSE for full details.