mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-24 14:10:36 +01:00
71 lines
816 B
HCL
71 lines
816 B
HCL
variable "boot_image" {
|
|
type = string
|
|
default = "cos-cloud/cos-stable"
|
|
}
|
|
|
|
variable "region" {
|
|
type = string
|
|
}
|
|
|
|
variable "project" {
|
|
type = string
|
|
}
|
|
|
|
variable "name" {
|
|
type = string
|
|
}
|
|
|
|
variable "network" {
|
|
type = string
|
|
default = "default"
|
|
}
|
|
|
|
variable "zone" {
|
|
type = string
|
|
}
|
|
|
|
variable "instance_type" {
|
|
type = string
|
|
}
|
|
|
|
variable "tor_lb" {
|
|
type = string
|
|
}
|
|
|
|
variable "onion_host" {
|
|
type = string
|
|
}
|
|
|
|
variable "create_resources" {
|
|
type = string
|
|
}
|
|
|
|
variable "prom_service_acct" {
|
|
type = string
|
|
}
|
|
|
|
variable "kms_key_link" {
|
|
type = string
|
|
}
|
|
|
|
variable "kms_key" {
|
|
type = string
|
|
}
|
|
|
|
variable "kms_key_ring" {
|
|
type = string
|
|
default = ""
|
|
}
|
|
|
|
variable "tor_docker" {
|
|
type = string
|
|
}
|
|
|
|
variable "node_exporter_docker" {
|
|
type = string
|
|
}
|
|
|
|
variable "gcloud_docker" {
|
|
type = string
|
|
}
|
|
|