scottslowe-learning-tools/terraform/aws/simple-module/variables.tf
Scott Lowe fa0bd115bb Commit first run at using modules
Commit a set of files that show the use of modules

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-25 08:59:01 -06:00

4 lines
134 B
HCL

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