Removing alpha-lb references

This commit is contained in:
shockrah 2024-04-28 21:34:36 -07:00
parent d7038e26b9
commit 509a025406

View File

@ -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"