1 2 3 4 5 6 7 8 9 10
variable "name" { type = string } variable "open_ports" { type = list(string) default = ["22"] } variable "droplet_ids" { type = list(string) }