- Replace padak/tmp_oss → keboola/agnes-the-ai-analyst in all docs, infra, CLI - Replace your-org/ai-data-analyst → keboola/agnes-the-ai-analyst in README, Jira docs - Remove real GCP project ID from terraform.tfvars.example - Delete internal draft documents (dev_docs/draft/) - Update infra/main.tf to clone from main branch
19 lines
672 B
Text
19 lines
672 B
Text
# Copy to terraform.tfvars and fill in values
|
|
project_id = "your-gcp-project"
|
|
region = "europe-north1"
|
|
zone = "europe-north1-a"
|
|
machine_type = "e2-small" # 2 vCPU, 2GB RAM, ~$7/mo
|
|
disk_size_gb = 30
|
|
instance_name = "data-analyst"
|
|
ssh_user = "deploy"
|
|
ssh_public_key_path = "~/.ssh/id_ed25519.pub"
|
|
|
|
# JWT secret is auto-generated by Terraform (random_password)
|
|
|
|
# Keboola (optional — leave empty for sample data)
|
|
keboola_token = ""
|
|
keboola_stack_url = "https://connection.keboola.com"
|
|
keboola_project_id = ""
|
|
|
|
# Domain (optional — leave empty for IP-only access)
|
|
domain = ""
|