mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
20 lines
270 B
HCL
20 lines
270 B
HCL
variable "aws_region" {
|
|
default = "eu-central-1"
|
|
}
|
|
|
|
variable "aws_instance_type" {
|
|
default = "m4.large"
|
|
}
|
|
|
|
variable "root_storage_in_GiB" {
|
|
default = 10
|
|
}
|
|
|
|
variable "DB_storage_in_GiB" {
|
|
default = 30
|
|
}
|
|
|
|
variable "ssh_key_name" {
|
|
# No default. Ask as needed.
|
|
}
|