terraform/examples/aws-sqs/variables.tf

6 lines
109 B
Terraform
Raw Normal View History

2015-05-12 23:34:10 +02:00
variable "aws_region" {
description = "The AWS region to create things in."
default = "us-west-2"
}