From 42c484586de34c100baf043907e95bee04e7e47a Mon Sep 17 00:00:00 2001 From: mysticaltech <518555+mysticaltech@users.noreply.github.com> Date: Fri, 9 Aug 2024 01:35:40 +0000 Subject: [PATCH] Update Terraform documentation --- docs/terraform.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/terraform.md b/docs/terraform.md index f292e037..a58b07e9 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -172,7 +172,6 @@ | [ingress\_replica\_count](#input\_ingress\_replica\_count) | Number of replicas per ingress controller. 0 means autodetect based on the number of agent nodes. | `number` | `0` | no | | [ingress\_target\_namespace](#input\_ingress\_target\_namespace) | The namespace to deploy the ingress controller to. Defaults to ingress name. | `string` | `""` | no | | [initial\_k3s\_channel](#input\_initial\_k3s\_channel) | Allows you to specify an initial k3s channel. | `string` | `"v1.29"` | no | -| [install\_k3s\_version](#input\_install\_k3s\_version) | Allows you to specify the k3s version (Example: v1.29.6+k3s2). Supersedes initial\_k3s\_channel. | `string` | `""` | no | | [k3s\_agent\_kubelet\_args](#input\_k3s\_agent\_kubelet\_args) | Kubelet args for agent nodes. | `list(string)` | `[]` | no | | [k3s\_autoscaler\_kubelet\_args](#input\_k3s\_autoscaler\_kubelet\_args) | Kubelet args for autoscaler nodes. | `list(string)` | `[]` | no | | [k3s\_control\_plane\_kubelet\_args](#input\_k3s\_control\_plane\_kubelet\_args) | Kubelet args for control plane nodes. | `list(string)` | `[]` | no |