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