scottslowe-learning-tools/terraform/aws/new-vpc/provider.tf
Scott Lowe e0228f2809
Clean up environment
Clean up Terraform+AWS `new-vpc` environment to adhere to standards described in issue #80.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-05-25 10:09:03 -06:00

3 lines
70 B
HCL

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