8 lines
122 B
HCL
8 lines
122 B
HCL
variable "alpha" {
|
|
description = "Project Athens Alpha LB"
|
|
type = object({
|
|
name = string
|
|
arn = string
|
|
})
|
|
}
|