scottslowe-learning-tools/terraform/aws/simple-module/provider.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

3 lines
70 B
HCL

provider "aws" {
region = "${var.user_region}"
}