scottslowe-learning-tools/traefik/tf-ans-swarm/provider.tf
Scott Lowe 198771b160
Initial commit
Commit set of files for turning up a Docker Swarm mode cluster on Ubuntu instances on AWS

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-09-17 21:04:26 -06:00

3 lines
70 B
HCL

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