6 lines
109 B
Terraform
6 lines
109 B
Terraform
|
variable "aws_region" {
|
||
|
description = "The AWS region to create things in."
|
||
|
default = "us-west-2"
|
||
|
}
|
||
|
|