Files
terraform-course/docker-demo-3/provider.tf
T
Edward Viaene 9db110c8c0 docker-demo-3
2016-10-27 10:08:49 +00:00

4 lines
53 B
Terraform

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