mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-09-02 00:15:35 +00:00
Forms cname
This commit is contained in:
parent
54634f7e15
commit
88804113ef
1 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,14 @@ resource "hcloud_zone_rrset" "A_copenhagen" {
|
|||
records = [{ value = local.copenhagen }]
|
||||
}
|
||||
|
||||
resource "hcloud_zone_rrset" "CNAME_forms" {
|
||||
zone = hcloud_zone.pezsh.name
|
||||
name = "forms"
|
||||
type = "CNAME"
|
||||
ttl = local.dns_ttl
|
||||
records = [{ value = "forms.cph.pez.sh" }]
|
||||
}
|
||||
|
||||
resource "hcloud_zone_rrset" "CNAME_public" {
|
||||
zone = hcloud_zone.pezsh.name
|
||||
name = "public"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue