feat: terraform DNS for namecheap #29

Merged
b12f merged 8 commits from feat/terraform-dns into main 2023-10-29 19:39:35 +00:00
Showing only changes of commit 7a3b9a8cef - Show all commits

View file

@ -62,8 +62,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "collabora"
type = "A"
address = "80.71.153.210"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {