Files
terraform-course/packer-demo/provider.tf
T
2016-10-17 12:42:10 +00:00

4 lines
53 B
Terraform

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