terraform/examples/aws-sqs/variables.tf

6 lines
109 B
HCL

variable "aws_region" {
description = "The AWS region to create things in."
default = "us-west-2"
}