From 509a0254069158463285b85df5890a4b1f4a8fa3 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sun, 28 Apr 2024 21:34:36 -0700 Subject: [PATCH] Removing alpha-lb references --- infra/dns/variables.tf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/infra/dns/variables.tf b/infra/dns/variables.tf index e6c4e66..5e57cdb 100644 --- a/infra/dns/variables.tf +++ b/infra/dns/variables.tf @@ -21,13 +21,6 @@ variable "aws_region" { } -variable "alpha" { - type = object({ - dns = string - zone = string - }) -} - variable "vultr_host" { type = string description = "IP of the temp Vultr host"