Updating dns with public record stuff
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s

This commit is contained in:
shockrah 2024-12-15 22:29:37 -08:00
parent 90c61d7c00
commit 280a1f7a87
2 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,6 @@ locals {
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] }, { name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
{ name = "immich.shockrah.xyz", records = [ "45.32.92.196" ] }, { name = "immich.shockrah.xyz", records = [ "45.32.92.196" ] },
{ name = "git.shockrah.xyz", records = [ var.vultr_host ] }, { name = "git.shockrah.xyz", records = [ var.vultr_host ] },
# This entry will be for a mega simple website that we're gonna try and host for the lulz
{ name = "test.shockrah.xyz", records = [ "45.77.123.107" ] }
] ]
} }

View File

@ -0,0 +1 @@
vultr_host = "45.32.83.83"