Skip to content

Commit

Permalink
remove tikweb_dmarc
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 19, 2024
1 parent 6ef96e7 commit c129f95
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/web/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ resource "azurerm_dns_txt_record" "tikweb_asuid_www" {
}
}

# Reporting-only DMARC policy
resource "azurerm_dns_txt_record" "tikweb_dmarc" {
name = "_dmarc${local.asuid_domain}"
resource_group_name = var.dns_resource_group_name
zone_name = var.root_zone_name
ttl = 300

record {
value = "v=DMARC1;p=none;sp=none;rua=mailto:[email protected]!10m;ruf=mailto:[email protected]!10m"
}
}

# https://github.com/hashicorp/terraform-provider-azurerm/issues/14642#issuecomment-1084728235
# Currently, the azurerm provider doesn't give us the IP address, so we need to fetch it ourselves.
data "dns_a_record_set" "tikweb_dns_fetch" {
Expand Down

0 comments on commit c129f95

Please sign in to comment.