blockscout-terraform/common/provider.tf

6 lines
69 B
HCL

provider "aws" {
version = "~> 1.15"
region = "${var.region}"
}