Skip to content

arichtman/terraform-aws-migadu-email-domain

Repository files navigation

Migadu Domain on Route53

Terraform module for Route53 records to enable a Migadu email domain

Requirements

No requirements.

Providers

Name Version
aws 4.67.0
dns 3.3.2

Modules

No modules.

Resources

Name Type
aws_route53_record.migadu_MX resource
aws_route53_record.migadu_TXT resource
aws_route53_record.migadu_autoconfig_CNAME resource
aws_route53_record.migadu_autodiscover_SRV resource
aws_route53_record.migadu_dmarc_TXT resource
aws_route53_record.migadu_domainkeys_CNAME resource
aws_route53_record.migadu_imaps_SRV resource
aws_route53_record.migadu_pop3s_SRV resource
aws_route53_record.migadu_subdomain_MX resource
aws_route53_record.migadu_submissions_SRV resource
aws_route53_zone.migadu data source
dns_txt_record_set.existing_apex_records data source

Inputs

Name Description Type Default Required
merge_apex_text_records Whether or not to merge with existing apex domain TXT entries bool true no
migadu_domain_verification_id Unique identifier for verifying your domain with Migadu e.g. wve23ado string n/a yes
route53_zone_name Name of the Route53 public hosted zone, usually the FQDN e.g. richtman.com.au string n/a yes
ttl Time to live in seconds for the records number 3600 no

Outputs

No outputs.