Skip to content

Commit

Permalink
fix(cloudflare): modify value of TXT record for SPF (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakuboskera authored Feb 20, 2024
1 parent d31670e commit b14fd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/zone_jakuboskera_dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource "cloudflare_record" "jakuboskera_dev_mx02" {
resource "cloudflare_record" "jakuboskera_dev_spf1" {
zone_id = cloudflare_zone.jakuboskera_dev.id
name = "@"
value = "v=spf1 redirect=icloud.com"
value = "v=spf1 include=icloud.com ~all"
type = "TXT"
ttl = 3600
}
Expand Down

0 comments on commit b14fd45

Please sign in to comment.