temper-tv/infra/lb.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

7 lines
115 B
HCL

# Fetch the Alpha LB from Project Athens
data "aws_lb" "alpha" {
arn = var.alpha.arn
name = var.alpha.name
}