From 280a1f7a878fb925b3a347f7157b5b4c6cc68861 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 15 Dec 2024 22:29:37 -0800 Subject: [PATCH] Updating dns with public record stuff --- infra/dns/shockrah-xyz.tf | 2 -- infra/dns/variables.tfvars | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 infra/dns/variables.tfvars 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"