mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
20 lines
246 B
HCL
20 lines
246 B
HCL
variable "region" {
|
|
default = "ams1"
|
|
}
|
|
|
|
variable "master_server_type" {
|
|
default = "cx11"
|
|
}
|
|
|
|
variable "master_server_count" {
|
|
default = 1
|
|
}
|
|
|
|
variable "node_server_type" {
|
|
default = "cx21"
|
|
}
|
|
|
|
variable "node_server_count" {
|
|
default = 3
|
|
}
|
|
|