Files

5 lines
87 B
Terraform
Raw Permalink Normal View History

variable "region" {
description = "AWS Default region"
default = "us-east-1"
}