Files
dsk-iac/terraform/ec2/dsk-agent-arm/main.tf

4 lines
69 B
HCL

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