Files

4 lines
69 B
HCL

# Configure the AWS Provider
provider "aws" {
region = var.REGION
}