mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add test instance of wiki-js
This commit is contained in:
parent
4ba62ee56f
commit
74aa19941d
4 changed files with 57 additions and 8 deletions
8
dns.tf
8
dns.tf
|
|
@ -96,6 +96,14 @@ resource "hetznerdns_record" "elefan-test_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "wikijs-test_a" {
|
||||
zone_id = data.hetznerdns_zone.froidmont_zone.id
|
||||
name = "wikijs-test"
|
||||
value = data.hcloud_floating_ip.main_ip.ip_address
|
||||
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