diff --git a/hosting.tf b/hosting.tf index e167498..59ac451 100644 --- a/hosting.tf +++ b/hosting.tf @@ -114,3 +114,12 @@ resource "cloudflare_dns_record" "nzb-cname" { type = "CNAME" ttl = "3600" } + +resource "cloudflare_dns_record" "jellyseerr-cname" { + zone_id = data.cloudflare_zone.escapeangle.zone_id + + name = "jellyseerr.escapeangle.com" + content = "hosting-02.escapeangle.com" + type = "CNAME" + ttl = "3600" +}