metaforecast/tf/variables.tf
2022-04-11 23:44:36 +03:00

17 lines
238 B
HCL

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