1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Readme and example updates.

This commit is contained in:
Tibo Beijen
2019-12-04 11:00:18 +01:00
parent 12f4f3a605
commit 18a0746355
7 changed files with 51 additions and 22 deletions
+4
View File
@@ -2,3 +2,7 @@ variable "region" {
default = "us-west-2"
}
variable "create_eks" {
default = true
description = "Set to false to skip creating EKS cluster."
}