variable "aws_region" {} provider "aws" { version = "1.2.0" region = "${var.aws_region}" }