Skip to content

Commit 93a0c1a

Browse files
committed
chore: update spf records
1 parent 7389838 commit 93a0c1a

File tree

1 file changed

+4
-4
lines changed
  • packages/reference/environments/production/global/aws_dns_records

1 file changed

+4
-4
lines changed

packages/reference/environments/production/global/aws_dns_records/terragrunt.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs = {
1515
subdomain = ""
1616
records = [
1717
"google-site-verification=FeQQV4StQNkbiNostgR4n_puseQdhrk1tAwOjpmV91E", // Google Site Verification
18-
"v=spf1 include:_spf.google.com ~all", // SPF record authorizing email senders
18+
"v=spf1 mx include:_spf.google.com ~all", // SPF record authorizing email senders
1919
]
2020
},
2121

@@ -50,7 +50,7 @@ inputs = {
5050
subdomain = ""
5151
records = [
5252
"google-site-verification=T7P6g2fvaBUZ2Xby1GcdHGbOYwTOr0CGWniC_MH_qIg", // Google Site Verification
53-
"v=spf1 include:_spf.google.com ~all", // SPF record authorizing email senders
53+
"v=spf1 mx include:_spf.google.com ~all", // SPF record authorizing email senders
5454
]
5555
},
5656

@@ -171,7 +171,7 @@ inputs = {
171171
// DMARC (email)
172172
{
173173
subdomain = "_dmarc."
174-
records = ["v=DMARC1; p=quarantine; rua=mailto:ipm6uhv@ar.glockapps.com; ruf=mailto:ipm6uhv@fr.glockapps.com; fo=1;"]
174+
records = ["v=DMARC1; p=reject; rua=mailto:ipm6uhv@ar.glockapps.com; ruf=mailto:ipm6uhv@fr.glockapps.com; fo=1;"]
175175
},
176176
// DKIM (email - zoho)
177177
{
@@ -213,7 +213,7 @@ inputs = {
213213
subdomain = ""
214214
records = [
215215
"MS=ms89071327", // AAD Domain Ownership
216-
"v=spf1 include:_spf.google.com include:47029925.spf06.hubspotemail.net ~all", // SPF record authorizing email senders
216+
"v=spf1 mx include:_spf.google.com include:47029925.spf06.hubspotemail.net ~all", // SPF record authorizing email senders
217217
"zoho-verification=zb69684923.zmverify.zoho.com", // Zoho Domain Ownership
218218
"google-site-verification=wqLBavRglKYaCzJSVSswEgSagHgrul-N4lgAyMxG_YQ", // Panfactum.com Google Search Console
219219
"mongodb-site-verification=xKjI6laWuGX2iX9pOyXnVqJt7BxrgvVt", // Panfactum.com MongoDB Atlas SSO

0 commit comments

Comments
 (0)