Skip to content

west-sussex-scouts/terraform-cloudflare-office365

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-cloudflare-office365

CloudFlare Terraform module for setup Office 365.

Usage

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"
}

Inputs

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

Author

Atushi Nagase

License

MIT. See LICENSE

About

CloudFlare Terraform module for setup Office 365.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 100.0%