Skip to content

Commit

Permalink
Merge pull request #38413 from fidelity-contributions/fix-issue-38242
Browse files Browse the repository at this point in the history
38242 - The example does not correspond recomendation from AWS. Use ~All instead of -All
  • Loading branch information
ewbankkit authored Jul 18, 2024
2 parents e34735d + 517c68e commit 171ef6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/ses_domain_mail_from.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resource "aws_route53_record" "example_ses_domain_mail_from_txt" {
name = aws_ses_domain_mail_from.example.mail_from_domain
type = "TXT"
ttl = "600"
records = ["v=spf1 include:amazonses.com -all"]
records = ["v=spf1 include:amazonses.com ~all"]
}
```

Expand Down

0 comments on commit 171ef6e

Please sign in to comment.