variable "access_key" {} variable "secret_key" {} variable "region" { default = "us-east-1" } variable "cluster-name" { default = "terraform-eks-demo" type = "string" }