From afeb3639df219822d29b210a97857b4467f6f8b7 Mon Sep 17 00:00:00 2001 From: Marcel Richter Date: Mon, 29 Jul 2024 19:23:18 +0200 Subject: [PATCH] feat(talos): enable alias ip per default AliasIP is working in Talos 1.7.5 Fixed in https://github.com/siderolabs/talos/pull/8493 --- variables.tf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/variables.tf b/variables.tf index ee72d0a..463b292 100644 --- a/variables.tf +++ b/variables.tf @@ -102,13 +102,9 @@ variable "enable_floating_ip" { variable "enable_alias_ip" { type = bool - default = false + default = true description = <