This commit is contained in:
Edward Viaene
2018-06-25 07:58:22 +00:00
parent 9536536e5d
commit a3da66473e
12 changed files with 372 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
variable "cluster-name" {
default = "terraform-eks-demo"
type = "string"
}