mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
9 lines
155 B
Terraform
9 lines
155 B
Terraform
variable "region" {
|
|
default = "us-west-2"
|
|
}
|
|
|
|
variable "create_eks" {
|
|
default = true
|
|
description = "Set to false to skip creating EKS cluster."
|
|
}
|