temper-tv/infra/variables.tf
shockrah 71cf655767 Creating DNS entries for temper.tv
New ACM certs are still required for the LB to handle requests here properly
2023-10-01 03:11:45 -07:00

8 lines
122 B
HCL

variable "alpha" {
description = "Project Athens Alpha LB"
type = object({
name = string
arn = string
})
}