variable "ssh" { description = "SSH Key(s) definition" type = list(object({ public_key = string ssh_user = string })) }