mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Remove old infra
This commit is contained in:
parent
20c62089d7
commit
a8de96fb43
12 changed files with 0 additions and 643 deletions
|
|
@ -1,6 +1,5 @@
|
|||
locals {
|
||||
dmarc_value = "\"v=DMARC1; p=none; rua=mailto:failed-dmarc@banditlair.com; ruf=mailto:dmarc@banditlair.com\""
|
||||
storage1_ip = "78.46.96.243"
|
||||
hel1_ip = "37.27.138.62"
|
||||
hel1_ipv6 = "2a01:4f9:3100:1202::2"
|
||||
}
|
||||
|
|
@ -45,14 +44,6 @@ resource "hetznerdns_record" "mail_aaaa" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "storage1_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "storage1"
|
||||
value = local.storage1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "hel1_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "hel1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue