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:
@@ -2,3 +2,7 @@ variable "region" {
|
||||
default = "us-west-2"
|
||||
}
|
||||
|
||||
variable "create_eks" {
|
||||
default = true
|
||||
description = "Set to false to skip creating EKS cluster."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user