metaforecast/tf/variables.tf
Vyacheslav Matyukhin 860fc1eb70
ops: heroku
2022-04-12 00:32:34 +03:00

21 lines
285 B
HCL

variable "vercel_api_token" {
type = string
}
variable "digital_ocean_token" {
type = string
}
variable "heroku_api_key" {
type = string
}
variable "vercel_team" {
type = string
default = "quantified-uncertainty"
}
variable "metaforecast_env" {
type = map(string)
}