scottslowe-learning-tools/traefik/aws-tf-traefik/provider.tf
Scott Lowe 55dea108f0
Update directory name
Move all files from 'aws-tf-ansible' to 'aws-tf-traefik' to reflect removal of Ansible from the environment (due to CoreOS switch)

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-13 08:29:49 -06:00

3 lines
70 B
HCL

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