variable "region" {}
variable "cluster_name" { default = "prod-aws" }
variable "vpc_id" {}
variable "subnets" { type = list(string) }
