diff --git a/docs/terraform.md b/docs/terraform.md index 6df121da..4003cf0c 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -117,9 +117,11 @@ | Name | Description | |------|-------------| -| [agents\_public\_ipv4](#output\_agents\_public\_ipv4) | The public IPv4 addresses of the agent server. | +| [agents\_public\_ipv4](#output\_agents\_public\_ipv4) | The public IPv4 addresses of the agent servers. | | [cluster\_name](#output\_cluster\_name) | Shared suffix for all resources belonging to this cluster. | -| [control\_planes\_public\_ipv4](#output\_control\_planes\_public\_ipv4) | The public IPv4 addresses of the controlplane server. | +| [control\_planes\_public\_ipv4](#output\_control\_planes\_public\_ipv4) | The public IPv4 addresses of the controlplane servers. | +| [ingress\_public\_ipv4](#output\_ingress\_public\_ipv4) | The public ingress IPv4 of the cluster (external/internal loadbalancer) | +| [ingress\_public\_ipv6](#output\_ingress\_public\_ipv6) | The public ingress IPv6 of the cluster (external/internal loadbalancer) | | [kubeconfig](#output\_kubeconfig) | Structured kubeconfig data to supply to other providers | | [kubeconfig\_file](#output\_kubeconfig\_file) | Kubeconfig file content with external IP address | | [load\_balancer\_public\_ipv4](#output\_load\_balancer\_public\_ipv4) | The public IPv4 address of the Hetzner load balancer |