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 { record {
hostname = "collabora" hostname = "collabora"
type = "A" type = "CNAME"
address = "80.71.153.210" address = "nachtigall.pub.solar."
ttl = 60 ttl = 60
} }
record { record {