Cloudflare DNS via TF

This commit is contained in:
=
2024-10-24 18:39:30 +13:00
parent fe38bebbd5
commit 14fc10a10a
3 changed files with 68 additions and 25 deletions

View File

@ -1,6 +1,33 @@
account_name = "balsillie"
root_records = {
a = "5.161.254.39",
}
a_records = [
{name = "@", content = ""},
{name = "www", content = ""}
]
a_records = {
www = "5.161.254.39"
cloud = "5.161.254.39"
cloud = "5.161.254.39"
hetzner = "5.161.254.39"
imap = "5.161.254.39"
sieve = "5.161.254.39"
smtp = "5.161.254.39"
}
cname_records = {
auth = "hetzner"
autoconfig = "hetzner"
autodiscover = "hetzner"
code = "hetzner"
discord-bridge = "hetzner"
im = "hetzner"
matrix = "hetzner"
matrix-auth = "hetzner"
matrix-federation = "hetzner"
matrix-sync = "hetzner"
mta-sts = "hetzner"
notify = "hetzner"
office = "hetzner"
signal-bridge = "hetzner"
social = "hetzner"
turn = "hetzner"
whatsapp-bridge = "hetzner"
}