terraform/setup/variables.tf (6 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT variable "region" { type = string default = "us-west-2" }