scottslowe-learning-tools/terraform/aws/ic-module/provider.tf
Scott Lowe e260eb828e
Add files for instance-cluster environment
Commit files to show use of 2 separate Terraform modules, including the "instance-cluster" module to spin up a cluster of instances

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-24 22:04:11 -06:00

3 lines
70 B
HCL

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