mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
b2e97ca3dc
Co-authored-by: Anton Babenko <anton@antonbabenko.com> Resolves undefined
6 lines
138 B
Terraform
6 lines
138 B
Terraform
variable "region" {
|
|
description = "The AWS region to deploy into (e.g. us-east-1)"
|
|
type = string
|
|
default = "us-west-2"
|
|
}
|