Updating DNS for load balancer sanity.shockrah.xyz A record
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 21s

This commit is contained in:
shockrah 2025-09-28 13:56:47 -07:00
parent 34e1f6afdf
commit affa03bed5
2 changed files with 2 additions and 3 deletions

View File

@ -37,8 +37,7 @@ locals {
{ name = "www.shockrah.xyz", records = [ var.vultr_host ] },
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
{ name = "git.shockrah.xyz", records = [ var.vultr_host ] },
{ name = "example.shockrah.xyz", records = [ var.vke_lb ] },
{ name = "sanity.shockrah.xyz", records = [ var.vke_lb ] },
{ name = "sanity.shockrah.xyz", records = [ var.vke_lb ] },
]
}

View File

@ -1,2 +1,2 @@
vultr_host = "45.32.83.83"
vke_lb = "140.82.21.106"
vke_lb = "45.32.89.101"