Rename private domain

This commit is contained in:
Jake Howard
2024-03-23 12:55:54 +00:00
parent 5157940f20
commit b83e239123
3 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ resource "cloudflare_record" "theorangeonenet_whoami_cdn" {
resource "cloudflare_record" "theorangeonenet_whoami_private" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "whoami-private"
value = cloudflare_record.sys_domain_private.hostname
value = cloudflare_record.sys_domain_pve_private.hostname
type = "CNAME"
ttl = 1
}