diff --git a/terraform/dns.tf b/terraform/dns.tf index 039dd86..ad069c1 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -9,6 +9,11 @@ resource "namecheap_domain_records" "pub-solar" { type = "A" address = "80.71.153.210" } + record { + hostname = "metronom" + type = "A" + address = "49.13.236.167" + } record { hostname = "auth" type = "CNAME"