5 lines
64 B
HCL

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