Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Latest commit

 

History

History

cloudflare

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Terraform module for G Suite MX records in CloudFlare

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.

Parameters

  • domain (required): The APEX domain (e.g., example.com).
  • sub_domain (default: @). The sub-domain for the MX records, if applicable.
  • ttl (default: 3600).

Example

module "example_email" {
  source = "github.com/gnarea/terraform-gsuite-mx//cloudflare"

  domain = "example.com"
}