We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71c6c5 commit 76e1a86Copy full SHA for 76e1a86
README.md
@@ -32,6 +32,7 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
32
|system_volume|System Volume size (GB)|10
33
|share_filesystem.source|Directory of the host to be shared with the VM|null
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
|dhcp|Use DHCP or Static IP settings|false
37
|ip_address|"List of static IP addresses|[ "192.168.123.101" ]
38
|ip_nameserver|Static IP addresses of a nameserver|192.168.123.1
0 commit comments