Files
terraform-aws-eks/examples/outposts/variables.tf

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