Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox675 committed Sep 7, 2021
1 parent c5e03fd commit 9f761c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ module "r53_zone_example_net" {
signing_key_name = "ExampleDefaultKey"
root_txt = [
"protonmail-verification=0000000000000000000000",
"v=spf1 include:_spf.protonmail.ch -all"
"v=spf1 include:_spf.protonmail.ch -all",
"stripe-verification=000000000000",
]
root_mx = [
"10 mail.protonmail.ch.",
Expand All @@ -34,5 +35,12 @@ module "r53_zone_example_net" {
protonmail3_domainkey = "protonmail3.domainkey.00000000000000000000000000000000000000000000000000000.domains.proton.ch."
github_verification_record = "000000000000"
github_org_name = "Lupus-Metallum"
stripe_domainkey1 = "000000000000"
stripe_domainkey2 = "000000000000"
stripe_domainkey3 = "000000000000"
stripe_domainkey4 = "000000000000"
stripe_domainkey5 = "000000000000"
stripe_domainkey6 = "000000000000"
stripe_bounce = true
}
```

0 comments on commit 9f761c4

Please sign in to comment.