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 c718eff9d6 - Show all commits

View file

@ -80,8 +80,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "cloud"
type = "A"
address = "80.71.153.133"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {