Skip to content

Commit 8892446

Browse files
authored
Merge branch 'main' into github-sso
2 parents 86eda26 + 2ac507d commit 8892446

File tree

1 file changed

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

1 file changed

+37
-0
lines changed

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,36 @@ inputs = {
6464
{
6565
subdomain = "pm-bounces."
6666
record = "pm.mtasv.net."
67+
},
68+
// DKIM (Stripe)
69+
{
70+
subdomain = "swe5yoosjaxfr7lj4k3dxhg4ekdjjcue._domainkey."
71+
record = "swe5yoosjaxfr7lj4k3dxhg4ekdjjcue.dkim.custom-email-domain.stripe.com."
72+
},
73+
{
74+
subdomain = "vssehpdavbhx5yt753kftjhktxco3ruk._domainkey."
75+
record = "vssehpdavbhx5yt753kftjhktxco3ruk.dkim.custom-email-domain.stripe.com."
76+
},
77+
{
78+
subdomain = "jtchiwpet4rczncf5vnxo6noevlkoey5._domainkey."
79+
record = "jtchiwpet4rczncf5vnxo6noevlkoey5.dkim.custom-email-domain.stripe.com."
80+
},
81+
{
82+
subdomain = "xuqjbph5aztrdrkflm7o6n2rntmn2rmd._domainkey."
83+
record = "xuqjbph5aztrdrkflm7o6n2rntmn2rmd.dkim.custom-email-domain.stripe.com."
84+
},
85+
{
86+
subdomain = "rb6ll6tuxzcdaoefrsqcokogssts54rm._domainkey."
87+
record = "rb6ll6tuxzcdaoefrsqcokogssts54rm.dkim.custom-email-domain.stripe.com."
88+
},
89+
{
90+
subdomain = "zxewgpehkjpnthawp5hchrsolg45ybh7._domainkey."
91+
record = "zxewgpehkjpnthawp5hchrsolg45ybh7.dkim.custom-email-domain.stripe.com."
92+
},
93+
// Return Path (Stripe)
94+
{
95+
subdomain = "bounce."
96+
record = "custom-email-domain.stripe.com."
6797
}
6898
]
6999
txt_records = [
@@ -116,7 +146,14 @@ inputs = {
116146
"zoho-verification=zb69684923.zmverify.zoho.com", // Zoho Domain Ownership
117147
"google-site-verification=wqLBavRglKYaCzJSVSswEgSagHgrul-N4lgAyMxG_YQ", // Panfactum.com Google Search Console
118148
"mongodb-site-verification=xKjI6laWuGX2iX9pOyXnVqJt7BxrgvVt", // Panfactum.com MongoDB Atlas SSO
149+
"stripe-verification=e974df024c29569f82cceeacf4f0bbe7f6abace14bc538961a2076d26513afa9", // Stripe domain verification (email sending)
150+
"asv=8aac24d1b02697630a27d2337948e5e8" // Asana domain verification
119151
]
152+
},
153+
// GitHub Verification
154+
{
155+
subdomain = "_gh-Panfactum-e"
156+
records = ["66a27fe1ec"]
120157
}
121158
]
122159
}

0 commit comments

Comments
 (0)