From 8417f4157b6f1d6238cdd8088c8c537b1c7c47b2 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Wed, 9 Mar 2022 09:44:16 +0100 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 08a646a..e69c3a4 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -77,12 +77,12 @@ 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 in the node name, the default is "true". -# use_cluster_name_in_node_name = false - # The cluster name, by default "k3s" # cluster_name = "" +# Whether to use the cluster name in the node name, in the form of {cluster_name}-{nodepool_name} the default is "true". +# use_cluster_name_in_node_name = false + # Adding extra firewall rules, like opening a port # In this example with allow port TCP 5432 for a Postgres service we will open via a nodeport # More info on the format here https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/firewall