mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add testing instance for collaborative grocery store software
This commit is contained in:
parent
c0d929be0b
commit
5932ae89c2
3 changed files with 130 additions and 0 deletions
8
dns.tf
8
dns.tf
|
|
@ -88,6 +88,14 @@ resource "hetznerdns_record" "jitsi_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "elefan-test_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "elefan-test"
|
||||
value = local.storage1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "transmission_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "transmission"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue