mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-15 00:04:07 +01:00
6 lines
138 B
HCL
6 lines
138 B
HCL
variable "region" {
|
|
description = "The AWS region to deploy into (e.g. us-east-1)"
|
|
type = string
|
|
default = "us-west-2"
|
|
}
|