This commit is contained in:
Josh 2026-01-09 00:22:05 +02:00
commit 52843aa9e7
13 changed files with 920 additions and 0 deletions

13
terraform.tfvars.example Normal file
View file

@ -0,0 +1,13 @@
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"