https://github.com/michaelcontento/terraform-gandi-fastmail-records
A Terraform module to provision Gandi with DNS records for FastMail.
https://github.com/michaelcontento/terraform-gandi-fastmail-records
dns fastmail gandi terraform
Last synced: over 1 year ago
JSON representation
A Terraform module to provision Gandi with DNS records for FastMail.
- Host: GitHub
- URL: https://github.com/michaelcontento/terraform-gandi-fastmail-records
- Owner: michaelcontento
- License: mit
- Created: 2022-12-21T08:45:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T10:13:25.000Z (over 3 years ago)
- Last Synced: 2025-01-24T08:11:39.873Z (over 1 year ago)
- Topics: dns, fastmail, gandi, terraform
- Language: HCL
- Homepage: https://registry.terraform.io/modules/michaelcontento/fastmail-records/gandi
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Terraform + Gandi + Fastmail
A Terraform module to provision [Gandi] with DNS records for [FastMail*].
(*Note*: Links marked with `*` are referral links)
## Requirements
- Terraform `>= 1.3.6`
- A [FastMail*] account with a configured domain
- A [Gandi] account
## Module input variables
- `domain` The domain to configure
- `ttl`
- Time-to-live duration for all DNS records
- **Default**: `10800`
- `enable_subdomain_email_support`
- Create DNS entries to recieve mails send to subdomains
- **Default**: `false`
- `enable_email_autodiscovery`
- Create DNS entries for client email auto-discovery
- **Default**: `true`
- `enable_carddav_autodiscovery`
- Create DNS entries for client CardDAV auto-discovery
- **Default**: `true`
- `enable_caldav_autodiscovery`
- Create DNS entries for client CalDAV auto-discovery
- **Default**: `true`
## Example
```tf
module "fastmail-records" {
source = "michaelcontento/fastmail-records/gandi"
domain = "example.com"
}
```
## License
MIT licensed, see [LICENSE.md](./LICENSE.md) for full details.
[Gandi]: https://www.gandi.net/
[FastMail*]: https://ref.fm/u16138225