Files
terraform-course/foreach-demo/provider.tf
T
2019-10-30 16:05:22 +01:00

5 lines
46 B
Terraform

provider "aws" {
region = var.AWS_REGION
}