2026-02-28 20:24:55 +00:00
|
|
|
hcloud_token = "your-hetzner-cloud-api-token-here"
|
|
|
|
|
|
|
|
|
|
ssh_public_key = "~/.ssh/hetzner_k8s.pub"
|
|
|
|
|
ssh_private_key = "~/.ssh/hetzner_k8s"
|
|
|
|
|
|
|
|
|
|
s3_access_key = "your-backblaze-key-id"
|
|
|
|
|
s3_secret_key = "your-backblaze-application-key"
|
|
|
|
|
s3_endpoint = "https://s3.eu-central-003.backblazeb2.com"
|
|
|
|
|
s3_bucket = "k8s-terraform-state"
|
|
|
|
|
|
|
|
|
|
cluster_name = "k8s-prod"
|
|
|
|
|
|
2026-03-01 04:04:56 +00:00
|
|
|
tailscale_tailnet = "yourtailnet.ts.net"
|
|
|
|
|
|
|
|
|
|
restrict_api_ssh_to_tailnet = true
|
|
|
|
|
tailnet_cidr = "100.64.0.0/10"
|
|
|
|
|
enable_nodeport_public = false
|
|
|
|
|
|
2026-02-28 20:24:55 +00:00
|
|
|
control_plane_count = 3
|
|
|
|
|
control_plane_type = "cx23"
|
|
|
|
|
|
|
|
|
|
worker_count = 4
|
|
|
|
|
worker_type = "cx33"
|
|
|
|
|
|
2026-02-28 22:13:13 +00:00
|
|
|
location = "nbg1"
|
2026-02-28 20:24:55 +00:00
|
|
|
|
2026-03-01 04:04:56 +00:00
|
|
|
allowed_ssh_ips = []
|
2026-02-28 20:24:55 +00:00
|
|
|
|
2026-03-01 04:04:56 +00:00
|
|
|
allowed_api_ips = []
|