1 2 3 4 5 6 7 8 9
variable "name" { type = string } variable "vpc_id" { type = string } variable "open_ports" { type = list(number) }