mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
15 lines
210 B
Terraform
15 lines
210 B
Terraform
![]() |
variable "droplet_region" {
|
||
|
type = string
|
||
|
default = "nyc1"
|
||
|
}
|
||
|
|
||
|
variable "droplet_size" {
|
||
|
type = string
|
||
|
default = "s-1vcpu-1gb"
|
||
|
}
|
||
|
|
||
|
variable "droplet_os" {
|
||
|
type = string
|
||
|
default = "ubuntu-20-04-x64"
|
||
|
}
|