Updating dns with public record stuff
This commit is contained in:
parent
90c61d7c00
commit
280a1f7a87
@ -38,8 +38,6 @@ locals {
|
||||
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
|
||||
{ name = "immich.shockrah.xyz", records = [ "45.32.92.196" ] },
|
||||
{ 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" ] }
|
||||
]
|
||||
}
|
||||
|
||||
|
1
infra/dns/variables.tfvars
Normal file
1
infra/dns/variables.tfvars
Normal file
@ -0,0 +1 @@
|
||||
vultr_host = "45.32.83.83"
|
Loading…
Reference in New Issue
Block a user