From 2d913e710a4a68cd303e845d631a839efe592fe0 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 9 Mar 2022 05:22:44 +0100 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 60c41a9..08a646a 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -77,7 +77,7 @@ load_balancer_type = "lb11" # Allows you to specify either stable, latest, or testing (defaults to stable), see https://rancher.com/docs/k3s/latest/en/upgrades/basic/ # initial_k3s_channel = "latest" -# Whether to use the cluster name to in the node name, the default is true +# Whether to use the cluster name in the node name, the default is "true". # use_cluster_name_in_node_name = false # The cluster name, by default "k3s"