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