mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add 2324 RPG wiki
This commit is contained in:
parent
d944e36197
commit
4a8c665749
3 changed files with 35 additions and 9 deletions
|
|
@ -183,6 +183,15 @@ resource "hetznerdns_record" "arkadia_a" {
|
|||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "cifirpg_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "scifirpg"
|
||||
value = hcloud_server.backend1.ipv4_address
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "db1_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "db1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue