Skip to content

Commit

Permalink
chore: Set up domain verification
Browse files Browse the repository at this point in the history
  • Loading branch information
evancharlton committed Sep 22, 2024
1 parent a902c45 commit c149a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ordle.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "cloudflare_record" "txt_records_no" {
"_dmarc" = "v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;",
"*._domainkey" = "v=DKIM1; p=",
"ordle-app.no" = "v=spf1 -all",
"_github-pages-challenge-evancharlton" = "ee90a25383ffe6a653b8c834a4b3c5",
"_github-pages-challenge-evancharlton" = "085db663e91db52924a0d7719dbf11",
}
zone_id = local.zones["ordle-app.no"]
name = each.key
Expand Down

0 comments on commit c149a21

Please sign in to comment.