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