diff --git a/terraform.tfvars.example b/terraform.tfvars.example index d2876d1..323955c 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -36,5 +36,3 @@ agents_num = 2 # If you would like to specify the k3s upgrade channel from the get go, you can do so, the default is "stable". # For a list of available channels, see https://rancher.com/docs/k3s/latest/en/upgrades/basic/ and https://update.k3s.io/v1-release/channels # k3s_upgrade_channel = "latest" - - diff --git a/variables.tf b/variables.tf index b8ed1d1..e23c2bc 100644 --- a/variables.tf +++ b/variables.tf @@ -96,4 +96,3 @@ variable "automatically_upgrade_k3s" { default = true description = "Whether to automatically upgrade k3s based on the selected channel" } -