summaryrefslogtreecommitdiff
path: root/eks/variables.tf
blob: 4bd66a89afcbafedb8eb4c3863695e079b1e635e (plain)
1
2
3
4
5
6
7
8
9
variable "access_key" {}
variable "secret_key" {}
variable "region" {
  default = "us-east-1"
}
variable "cluster-name" {
  default = "terraform-eks-demo"
  type = "string"
}