Files
terraform-course/demo-17/provider.tf
T
2016-12-05 16:19:48 +00:00

4 lines
53 B
Terraform

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