temper-tv/infra/lb.tf

7 lines
115 B
Terraform
Raw Normal View History

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