20 lines
631 B
Plaintext
20 lines
631 B
Plaintext
# Copy to terraform.tfvars and fill in real values — never commit that file
|
|
image = "registry.example.com/shell-whats:latest"
|
|
namespace = "bots"
|
|
replicas = 1
|
|
service_type = "ClusterIP"
|
|
kubeconfig_context = "k3s-prod"
|
|
|
|
wa_phone_number_id = "1234567890"
|
|
verify_token = "my-secret-verify-token"
|
|
chatwoot_url = "https://chatwoot.example.com"
|
|
chatwoot_inbox_id = "1"
|
|
chatwoot_account_id = "1"
|
|
|
|
# Sensitive — prefer TF_VAR_* env vars instead of this file
|
|
whatsapp_token = ""
|
|
anthropic_api_key = ""
|
|
chatwoot_api_key = ""
|
|
ghcr_username = "RMCampos"
|
|
ghcr_token = ""
|