Skip to content

Commit

Permalink
DBP-817- Connect MariaDB cluster directly to the privacyIDEA VM throu…
Browse files Browse the repository at this point in the history
…gh the shared MariaDB LAN
  • Loading branch information
sahassou committed May 27, 2024
1 parent a3b8dc6 commit 818128c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/ionos-basic-vm/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
}

0 comments on commit 818128c

Please sign in to comment.