7 lines
132 B
Terraform
7 lines
132 B
Terraform
variable "region" {
|
|
description = "The region where the droplet will be created"
|
|
default = "nyc3"
|
|
type = string
|
|
}
|
|
|