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

8 lines
102 B
HCL

variable "metaforecast_env" {
type = map(string)
}
variable "vercel_api_token" {
type = string
}