mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-03-28 06:26:08 +01:00
Add chroniques wiki
This commit is contained in:
parent
7f95cc4601
commit
a1945ec137
2 changed files with 23 additions and 4 deletions
|
|
@ -196,6 +196,14 @@ resource "hetznerdns_record" "arkadia_a" {
|
|||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "chroniques_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "chroniques"
|
||||
value = local.hel1_ip
|
||||
type = "A"
|
||||
ttl = 600
|
||||
}
|
||||
|
||||
resource "hetznerdns_record" "cifirpg_a" {
|
||||
zone_id = data.hetznerdns_zone.banditlair_zone.id
|
||||
name = "scifirpg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue