infra/terraform.tfvars.example

14 lines
294 B
Text
Raw Normal View History

2026-01-09 00:22:05 +02:00
hcloud_token = ""
cloudflare_api_token = ""
cloudflare_zone_id = ""
cloudflare_account_id = ""
ssh_public_key = "ssh-ed25519 AAAA..."
location = "nbg1"
prod_server_type = "cx22"
ops_server_type = "cx22"
allowed_ssh_ips = ["YOUR_IP/32"]
domain = "writekit.dev"