temper-tv/infra/variables.tf

8 lines
122 B
Terraform
Raw Normal View History

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