Releases: 39services/terraform-libvirt-vm
Releases · 39services/terraform-libvirt-vm
Fix nameservers
4.3.3 Fix nameservers
Fix passwords
4.3.2 Fix user passwords
Bugfix: Remove mask suffix from ansible host
4.3.1 Remove mask suffix from ansible host
Allow setting ansible ssh pass
4.3.0 Allow setting ansible ssh pass
Allow setting root password
4.2.0 Allow setting root password
Fix performance issues by setting NIC model and CPU type
4.1.0 Merge branch 'main' of github.com:diademiemi/terraform_module_libvirt_vm
New networking config
4.0.0 Remove default root password
Make network interfaces a list
variable "network_interfaces" {
type = list(object({
name = optional(string)
network_id = optional(string)
network_name = optional(string)
macvtap = optional(string)
hostname = optional(string)
wait_for_lease = optional(bool)
dhcp = optional(bool)
ip = optional(string)
gateway = optional(string)
nameservers = optional(list(string))
mac = optional(string)
additional_routes = optional(list(object({
network = string
gateway = string
})))
}))
default = []
Add autostart var
2.2.0 Add autostart var
Replace invalid chars in group name
2.1.2 Replace invalid characters