From 38219041ff6b55cdc00da28e8835c31e39f40f87 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Thu, 13 Jan 2022 22:41:36 +0100 Subject: [PATCH] added missing tfvars --- terraform.tfvars.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 1da44a5..c7d46e9 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -11,4 +11,8 @@ agent_server_type = "cpx21" control_plane_server_type = "cpx11" lb_server_type = "lb11" servers_num = 2 -agents_num = 2 \ No newline at end of file +agents_num = 2 + +# If you want to use a specific Hetzner CCM and CSI version, set them below, otherwise leave as is for the latest versions +# hetzner_ccm_version = "" +# hetzner_csi_version = "" \ No newline at end of file