diff --git a/modules/ionos-basic-vm/variables.tf b/modules/ionos-basic-vm/variables.tf index 3fd7ef1..bc08933 100644 --- a/modules/ionos-basic-vm/variables.tf +++ b/modules/ionos-basic-vm/variables.tf @@ -161,6 +161,6 @@ variable "additional_ips" { variable "associated_lans" { type = list(string) - description = "List of LAN IDs to associate the virtual machine with" + description = "List of LAN IDs to associate the PrivacyIdea VM with" default = [] } \ No newline at end of file