diff --git a/infra/dns/shockrah-xyz.tf b/infra/dns/shockrah-xyz.tf index a6c6f22..7bbc6c3 100644 --- a/infra/dns/shockrah-xyz.tf +++ b/infra/dns/shockrah-xyz.tf @@ -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" ] } ] } diff --git a/infra/dns/variables.tfvars b/infra/dns/variables.tfvars new file mode 100644 index 0000000..a0b413d --- /dev/null +++ b/infra/dns/variables.tfvars @@ -0,0 +1 @@ +vultr_host = "45.32.83.83"