From e504392cf871840603942b28d73f00d6fad84064 Mon Sep 17 00:00:00 2001 From: Pablo Ovelleiro Corral Date: Sat, 27 Apr 2024 00:23:43 +0200 Subject: [PATCH] Add dns entry --- terraform/dns.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/dns.tf b/terraform/dns.tf index 60226c0..0726a4f 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -19,6 +19,11 @@ resource "namecheap_domain_records" "pub-solar" { type = "A" address = "80.71.153.210" } + record { + hostname = "alerts" + type = "CNAME" + address = "nachtigall.pub.solar." + } record { hostname = "git" type = "CNAME"