avx-pmarie-aws-infra/modules/eip-set/variables.tf
2022-07-12 22:32:18 +02:00

9 lines
154 B
HCL

variable "eips" {
description = "a map of elastic ip objects"
type = map(object({
vpc = bool
count = number
tags = map(string)
}))
}