CloudFlare Terraform module for setup Office 365.
resource "cloudflare_zone" "example" {
zone = "example.com"
}
module "office365" {
source = "ngs/office365/cloudflare"
zone_id = cloudflare_zone.example.id
name = "office"
verify = "MS=ms123456"
mx = "office-mycompany-tld.mail.protection.outlook.com"
}
Name | Description |
---|---|
zone_id |
The DNS zone ID to add the record to |
name |
The name of the record. Use @ for root domain |
verify |
Domain verification key |
mx |
Exchange MX server hostname |
MIT. See LICENSE