Files
easypanel-supabase-compose/twenty/code/k8s/terraform/variables.tf
T
serban-alexandru 03e9670915 twenty and dify
2024-07-26 17:00:47 +03:00

25 lines
555 B
Terraform

variable "twentycrm_token_accessToken" {
type = string
description = "TwentyCRM access Token"
}
variable "twentycrm_token_loginToken" {
type = string
description = "TwentyCRM login Token"
}
variable "twentycrm_token_refreshToken" {
type = string
description = "TwentyCRM refresh Token"
}
variable "twentycrm_token_fileToken" {
type = string
description = "TwentyCRM file Token"
}
variable "twentycrm_pgdb_admin_password" {
type = string
description = "TwentyCRM password for postgres database"
}