scottslowe-learning-tools/terraform/aws/simple-module/variables.tf
Scott Lowe 5645144589
Update formatting
Update formatting of all Terraform configuration files per `terraform fmt`

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-10-18 11:52:09 -06:00

4 lines
106 B
HCL

variable "user_region" {
type = "string"
description = "AWS region to use for all resources"
}