{"id":48110483,"url":"https://github.com/rsclarke/terraform-cloudflare-no-email","last_synced_at":"2026-04-04T16:04:34.642Z","repository":{"id":46205524,"uuid":"336430984","full_name":"rsclarke/terraform-cloudflare-no-email","owner":"rsclarke","description":"SPF, DKIM and DMARC records for zones which do not send email.","archived":false,"fork":false,"pushed_at":"2026-04-03T02:14:16.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T11:47:20.129Z","etag":null,"topics":["cloudflare","email","security","spam-protection","terraform"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rsclarke/no-email/cloudflare/latest","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsclarke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"rsclarke","thanks_dev":"u/gh/rsclarke"}},"created_at":"2021-02-06T01:37:24.000Z","updated_at":"2026-04-03T02:14:20.000Z","dependencies_parsed_at":"2022-07-23T10:34:33.598Z","dependency_job_id":null,"html_url":"https://github.com/rsclarke/terraform-cloudflare-no-email","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rsclarke/terraform-cloudflare-no-email","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsclarke%2Fterraform-cloudflare-no-email","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsclarke%2Fterraform-cloudflare-no-email/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsclarke%2Fterraform-cloudflare-no-email/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsclarke%2Fterraform-cloudflare-no-email/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsclarke","download_url":"https://codeload.github.com/rsclarke/terraform-cloudflare-no-email/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsclarke%2Fterraform-cloudflare-no-email/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudflare","email","security","spam-protection","terraform"],"created_at":"2026-04-04T16:04:34.011Z","updated_at":"2026-04-04T16:04:34.634Z","avatar_url":"https://github.com/rsclarke.png","language":"HCL","funding_links":["https://github.com/sponsors/rsclarke","https://thanks.dev/u/gh/rsclarke"],"categories":[],"sub_categories":[],"readme":"# terraform-cloudflare-no-email\n\nSPF, DKIM and DMARC records for zones which do not send email.\n\nThis creates a `cloudflare_record` resource for SPF, DKIM and DMARC of the given `zone_id`.\n\nThe SPF and DMARC policies are set to reject all and you must provide an email address for DMARC Aggregate and Failure reports, through the `dmarc_rua` and `dmarc_ruf` variables respectively.\n\n## Usage\n\n```terraform\n\nresource \"cloudflare_zone\" \"example_com\" {\n  zone = \"example.com\"\n}\n\nmodule {\n  source = \"rsclarke/no-email/cloudflare\"\n\n  zone_id   = cloudflare_zone.example_com.id\n  dmarc_rua = [\"dmarc_rua@example.net\"]\n  dmarc_ruf = [\"dmarc_ruf@example.net\", \"dmarc_ruf@example.org\"]\n}\n```\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| cloudflare | `~\u003e5.0` |\n\n## Inputs\n\n| Name | Description | Type | Required |\n|------|-------------|------|:--------:|\n| zone_id | Cloudflare Zone ID | `string` | yes |\n| dmarc_rua | Email addresses for DMARC Aggregate reports (excluding `mailto:`), at least one and contains the `@` symbol. | `list(string)` | yes |\n| dmarc_ruf | Email addresses for DMARC Failure (or Forensic) reports (excluding `mailto:`), at least one and contains the `@` symbol. | `list(string)` | yes |\n\n## Outputs\n\nThis module does not expose any outputs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsclarke%2Fterraform-cloudflare-no-email","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsclarke%2Fterraform-cloudflare-no-email","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsclarke%2Fterraform-cloudflare-no-email/lists"}