metaforecast/tf/variables.tf

8 lines
102 B
Terraform
Raw Normal View History

2022-04-11 19:38:00 +00:00
variable "metaforecast_env" {
type = map(string)
}
variable "vercel_api_token" {
type = string
}