yep, more dotfiles

terraform: point to correct github.io subdomain for kalei CNAME record

wiro.world 485bc898 6d6b2739

verified
+6 -5
+1 -1
terraform/dns.tf
··· 152 152 name = "kalei" 153 153 type = "CNAME" 154 154 records = [ 155 - { value = "github.io." }, 155 + { value = "mrnossiom.github.io." }, 156 156 ] 157 157 } 158 158
+5 -4
terraform/weird-row-server.tf
··· 6 6 location = "nbg1" 7 7 backups = true 8 8 9 - public_net { 10 - ipv4 = hcloud_primary_ip.primary-v4.id 11 - ipv6 = hcloud_primary_ip.primary-v6.id 12 - } 9 + # FIXME: does not properly import 10 + # public_net { 11 + # ipv4 = hcloud_primary_ip.primary-v4.id 12 + # ipv6 = hcloud_primary_ip.primary-v6.id 13 + # } 13 14 14 15 rebuild_protection = true 15 16 delete_protection = true