You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@
126
126
| <aname="input_cluster_autoscaler_server_creation_timeout"></a> [cluster\_autoscaler\_server\_creation\_timeout](#input\_cluster\_autoscaler\_server\_creation\_timeout)| Timeout (in minutes) until which a newly created server/node has to become available before giving up and destroying it. |`number`|`15`| no |
127
127
| <aname="input_cluster_autoscaler_stderr_threshold"></a> [cluster\_autoscaler\_stderr\_threshold](#input\_cluster\_autoscaler\_stderr\_threshold)| Severity level above which logs are sent to stderr instead of stdout |`string`|`"INFO"`| no |
128
128
| <aname="input_cluster_autoscaler_version"></a> [cluster\_autoscaler\_version](#input\_cluster\_autoscaler\_version)| Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version. Available versions for the official image can be found at https://explore.ggcr.dev/?repo=registry.k8s.io%2Fautoscaling%2Fcluster-autoscaler.|`string`|`"v1.32.0"`| no |
129
-
| <aname="input_cluster_dns_ipv4"></a> [cluster\_dns\_ipv4](#input\_cluster\_dns\_ipv4)| Internal Service IPv4 address of core-dns. It is automatically inferred from `service_ipv4_cidr` if not explicitly set. |`string`|`null`| no |
129
+
| <aname="input_cluster_dns_ipv4"></a> [cluster\_dns\_ipv4](#input\_cluster\_dns\_ipv4)| Internal Service IPv4 address of core-dns. |`string`|`null`| no |
130
130
| <aname="input_cluster_ipv4_cidr"></a> [cluster\_ipv4\_cidr](#input\_cluster\_ipv4\_cidr)| Internal Pod CIDR, used for the controller and currently for calico/cilium. |`string`|`"10.42.0.0/16"`| no |
131
131
| <aname="input_cluster_name"></a> [cluster\_name](#input\_cluster\_name)| Name of the cluster. |`string`|`"k3s"`| no |
132
132
| <aname="input_cni_plugin"></a> [cni\_plugin](#input\_cni\_plugin)| CNI plugin for k3s. |`string`|`"flannel"`| no |
0 commit comments