metaforecast/tf/variables.tf
2022-04-12 11:15:33 +03:00

25 lines
330 B
HCL

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