summaryrefslogtreecommitdiffstats
path: root/k8s_cluster/terraform.tfvars
blob: a3b969f17938935137ccf957fb77663234475d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SSH private key to use for access to nodes
vm_ssh_private_key = "~/.ssh/id_ed25519"

# how many control-plane nodes to create
control_plane_count = 2

# how many worker nodes to create
node_count = 2

# how many load balancers to create
load_balancer_count = 1

# which image to use as the base image
vm_image_source = "https://pkgbuild.com/~dvzrv/images/Arch-Linux-x86_64-cloudimg-20201211.10966.qcow2"