Files
shell-whats/terraform/terraform.tfvars.example
T

20 lines
631 B
Plaintext
Raw Normal View History

2026-06-02 13:18:41 -03:00
# Copy to terraform.tfvars and fill in real values — never commit that file
2026-06-02 13:44:45 -03:00
image = "registry.example.com/shell-whats:latest"
namespace = "bots"
replicas = 1
service_type = "ClusterIP"
kubeconfig_context = "k3s-prod"
2026-06-02 13:18:41 -03:00
2026-06-02 16:18:33 -03:00
wa_phone_number_id = "1234567890"
2026-06-02 13:28:10 -03:00
verify_token = "my-secret-verify-token"
chatwoot_url = "https://chatwoot.example.com"
chatwoot_inbox_id = "1"
chatwoot_account_id = "1"
2026-06-02 13:18:41 -03:00
# Sensitive — prefer TF_VAR_* env vars instead of this file
2026-06-02 13:44:45 -03:00
whatsapp_token = ""
anthropic_api_key = ""
chatwoot_api_key = ""
ghcr_username = "RMCampos"
ghcr_token = ""