We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2c5e35 + 6a1ba23 commit e99e502Copy full SHA for e99e502
README.md
@@ -35,7 +35,7 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
35
|share_filesystem.target|Tag that is exported to the VM as a hint for where to mount the source|null
36
|share_filesystem.readonly|Enables exporting filesystem as a readonly mount|false
37
|share_filesystem.mode|Access mode (mapped, passtrough, squash)|null
38
-|bridge|Bridge interface| "br0"
+|bridge|Bridge interface| "virbr0"
39
|dhcp|Use DHCP or Static IP settings|false
40
|ip_address|"List of static IP addresses|[ "192.168.123.101" ]
41
|ip_nameserver|Static IP addresses of a nameserver|192.168.123.1
0 commit comments