2026-04-22 03:02:13 +00:00
|
|
|
proxmox_endpoint = "https://100.105.0.115:8006/"
|
|
|
|
|
proxmox_api_token_id = "terraform-prov@pve!k8s-cluster"
|
|
|
|
|
proxmox_api_token_secret = "your-proxmox-api-token-secret"
|
2026-02-28 20:24:55 +00:00
|
|
|
|
2026-04-22 03:02:13 +00:00
|
|
|
ssh_public_key = "~/.ssh/infra.pub"
|
|
|
|
|
ssh_private_key = "~/.ssh/infra"
|
2026-02-28 20:24:55 +00:00
|
|
|
|
|
|
|
|
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"
|
|
|
|
|
|
2026-04-22 03:02:13 +00:00
|
|
|
cluster_name = "k8s-cluster"
|
2026-02-28 20:24:55 +00:00
|
|
|
|
2026-03-01 04:04:56 +00:00
|
|
|
tailscale_tailnet = "yourtailnet.ts.net"
|
|
|
|
|
|
2026-04-22 03:02:13 +00:00
|
|
|
kube_api_vip = "10.27.27.40"
|
2026-03-01 04:04:56 +00:00
|
|
|
|
2026-02-28 20:24:55 +00:00
|
|
|
control_plane_count = 3
|
2026-04-22 03:02:13 +00:00
|
|
|
control_plane_ips = ["10.27.27.30", "10.27.27.31", "10.27.27.32"]
|
|
|
|
|
control_plane_vm_ids = [200, 201, 202]
|
|
|
|
|
|
|
|
|
|
worker_count = 5
|
|
|
|
|
worker_ips = ["10.27.27.41", "10.27.27.42", "10.27.27.43", "10.27.27.44", "10.27.27.45"]
|
|
|
|
|
worker_vm_ids = [210, 211, 212, 213, 214]
|
|
|
|
|
|
|
|
|
|
proxmox_node_name = "flex"
|
|
|
|
|
proxmox_template_vm_id = 9000
|
|
|
|
|
proxmox_vm_storage_pool = "Flash"
|
|
|
|
|
proxmox_cloud_init_storage_pool = "Flash"
|
|
|
|
|
proxmox_bridge = "vmbr0"
|
|
|
|
|
proxmox_gateway = "10.27.27.1"
|
|
|
|
|
proxmox_dns_servers = ["1.1.1.1", "8.8.8.8"]
|