1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00
Files
terraform-aws-eks/examples/spot_instances/variables.tf
T
2019-12-04 11:00:18 +01:00

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."
}