mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-06-11 17:03:01 +02: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"
|
|
}
|