Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support DMAC enablement #3212

Closed
DDuarte opened this issue Mar 22, 2024 · 2 comments
Closed

Support DMAC enablement #3212

DDuarte opened this issue Mar 22, 2024 · 2 comments
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@DDuarte
Copy link

DDuarte commented Mar 22, 2024

Current Terraform and Cloudflare provider version

Terraform v1.5.7
+ provider registry.terraform.io/cloudflare/cloudflare v4.22.0

Description

Support enabling DMARC Management - https://developers.cloudflare.com/dmarc-management/enable/

curl 'https://dash.cloudflare.com/api/v4/zones/<zone_id>/email/security/dmarc-reports' \
  -X 'PATCH' \
  -H 'content-type: application/json' \
  --data-raw '{"enabled":true}'

Use cases

Enable DMARC Management through Terraform instead of UI

Potential Terraform configuration

resource "cloudflare_dmarc_management" {
  enabled = true
}

References

@DDuarte DDuarte added kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Mar 22, 2024
Copy link
Contributor

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@jacobbednarz
Copy link
Member

This issue has been closed as we are now tracking this internally with service teams directly. If you would like an update or to be notified when/if the product ships with this change, please reach out to Cloudflare Support or your account team who can watch the internal feature request for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants