hcloud-talos / terraform-hcloud-talos

This repository contains a Terraform module for creating a Kubernetes cluster with Talos in the Hetzner Cloud.
https://registry.terraform.io/modules/hcloud-talos/talos
MIT License
28 stars 7 forks source link

feat(network): add support for control plane alias IP #7

Closed mrclrchtr closed 4 weeks ago

mrclrchtr commented 3 months ago

Introduced conditional logic for enabling an alias IP for the control plane, improving network configuration flexibility. This change includes the addition of a new variable enable_alias_ip and updates to network and server configurations to conditionally assign the alias IP.