Files
terraform-course/docker-demo-1/provider.tf
T
Edward Viaene d32475746d docker-demo-1
2016-10-25 17:05:18 +00:00

5 lines
53 B
Terraform

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