From 818128c7ff44d2345b70a895ce0fa6e512e6dea3 Mon Sep 17 00:00:00 2001 From: Salima Hassouni Date: Mon, 27 May 2024 20:14:58 +0000 Subject: [PATCH] DBP-817- Connect MariaDB cluster directly to the privacyIDEA VM through the shared MariaDB LAN --- modules/ionos-basic-vm/variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ionos-basic-vm/variables.tf b/modules/ionos-basic-vm/variables.tf index 7fccab0..3fd7ef1 100644 --- a/modules/ionos-basic-vm/variables.tf +++ b/modules/ionos-basic-vm/variables.tf @@ -157,4 +157,10 @@ variable "additional_ips" { type = list(string) description = "Additional IPs for the VM (optional)" default = [] +} + +variable "associated_lans" { + type = list(string) + description = "List of LAN IDs to associate the virtual machine with" + default = [] } \ No newline at end of file