avx-pmarie-aws-infra/modules/eip-set/variables.tf

9 lines
154 B
Terraform
Raw Permalink Normal View History

2022-07-12 22:32:18 +02:00
variable "eips" {
description = "a map of elastic ip objects"
type = map(object({
vpc = bool
count = number
tags = map(string)
}))
}