Skip to content

Commit

Permalink
fix(terraform): use domain variable for mail lockdown record
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Jul 18, 2023
1 parent 94cb30b commit 29f3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "cloudflare_record" "mail_lockdown" {
zone_id = data.cloudflare_zone.zone.id
type = "TXT"
name = "_mailchannels"
value = "v=mc1 cfid=pascaliske.dev"
value = "v=mc1 cfid=${local.domain}"
}

# openpgpkey
Expand Down

0 comments on commit 29f3143

Please sign in to comment.