Note: This module is now deprecated but will be kept on GitHub to avoid breaking production environments. The CloudFlare integration has been reimplemented as gnarea/gmail/cloudflare on the Terraform Registry
This module requires the cloudflare
provider to have been configured.
domain
(required): The APEX domain (e.g., example.com).sub_domain
(default:@
). The sub-domain for the MX records, if applicable.ttl
(default:3600
).
module "example_email" {
source = "github.com/gnarea/terraform-gsuite-mx//cloudflare"
domain = "example.com"
}