5 lines
66 B
Terraform
5 lines
66 B
Terraform
variable "region" {
|
|
default = "us-central"
|
|
type = string
|
|
}
|