We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a3232 commit 257cc20Copy full SHA for 257cc20
README.md
@@ -34,6 +34,7 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
34
|share_filesystem.target|Tag that is exported to the VM as a hint for where to mount the source|null
35
|share_filesystem.readonly|Enables exporting filesystem as a readonly mount|false
36
|share_filesystem.mode|Access mode (mapped, passtrough, squash)|null
37
+|bridge|Bridge interface| "br0"
38
|dhcp|Use DHCP or Static IP settings|false
39
|ip_address|"List of static IP addresses|[ "192.168.123.101" ]
40
|ip_nameserver|Static IP addresses of a nameserver|192.168.123.1
0 commit comments