diff --git a/terraform/dns.tf b/terraform/dns.tf index 15e47c0..d805798 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 = "flora-6.pub.solar." + } record { hostname = "git" type = "CNAME"