mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 13:54:02 +00:00
refactor(config): remove single-household deploy legacy
This commit is contained in:
@@ -56,20 +56,6 @@ variable "scheduler_shared_secret_id" {
|
||||
default = "scheduler-shared-secret"
|
||||
}
|
||||
|
||||
variable "supabase_url_secret_id" {
|
||||
description = "Optional Secret Manager ID for SUPABASE_URL"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "supabase_publishable_key_secret_id" {
|
||||
description = "Optional Secret Manager ID for SUPABASE_PUBLISHABLE_KEY"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "database_url_secret_id" {
|
||||
description = "Optional Secret Manager ID for DATABASE_URL"
|
||||
type = string
|
||||
@@ -83,34 +69,6 @@ variable "telegram_bot_token_secret_id" {
|
||||
default = "telegram-bot-token"
|
||||
}
|
||||
|
||||
variable "bot_household_id" {
|
||||
description = "Optional HOUSEHOLD_ID value for bot runtime"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_household_chat_id" {
|
||||
description = "Optional TELEGRAM_HOUSEHOLD_CHAT_ID value for bot runtime"
|
||||
type = string
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_purchase_topic_id" {
|
||||
description = "Optional TELEGRAM_PURCHASE_TOPIC_ID value for bot runtime"
|
||||
type = number
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_feedback_topic_id" {
|
||||
description = "Optional TELEGRAM_FEEDBACK_TOPIC_ID value for bot runtime"
|
||||
type = number
|
||||
default = null
|
||||
nullable = true
|
||||
}
|
||||
|
||||
variable "bot_parser_model" {
|
||||
description = "Optional PARSER_MODEL override for bot runtime"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user