Files
terraform-course/eks-demo/vars.tf
T
Edward Viaene 5d9eeb6c4c Terraform 0.12 (#20)
* Terraform 0.12
2019-10-06 13:46:10 +02:00

6 lines
81 B
Terraform

variable "cluster-name" {
default = "terraform-eks-demo"
type = string
}