aws_terraform/main.tf
2025-03-03 04:39:19 +00:00

4 lines
81 B
HCL

provider "aws" {
region = "us-east-1" # Change this to your preferred region
}