Skip to content

Commit 59b85ba

Browse files
committed
Update README
Explain changed values and added variables
1 parent 13f2f6e commit 59b85ba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
2323
| Parameter | Description | Default value
2424
|-----------------|-----|-----
2525
|os_img_url|URL to the OS image|https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
26+
|base_pool_name|When defined it will be used in combination with `base_volume_name` to create root volume as linked clone from this pool name|null
27+
|base_volume_name|When defined it will be used in combination with `base_pool_name` to create root volume as linked clone from this pool/vol name. Defining this variable will disable downloading `os_img_url` and creating a base volume| null
2628
|autostart| Autostart the Domain| true
2729
|vm_count|Number of VMs| 1
2830
|index_start|From where the index start| 1
@@ -43,10 +45,10 @@ Terraform module for KVM/Libvirt Virtual Machine. This module will create a KVM
4345
|ip_gateway|Static IP addresses of a gateway|192.168.123.1
4446
|ssh_admin|Admin user with ssh access|ssh-admin
4547
|ssh_keys|List of public ssh keys| []
46-
|local_admin|Admin user without ssh access|local-admin
48+
|local_admin|Admin user without ssh access|""
4749
|local_admin_passwd|Local admin user password|password_example
4850
|time_zone|Time Zone|UTC
49-
|ssh_private_key|Private key for SSH connection test|~/.ssh/id_ed25519
51+
|ssh_private_key|Private key for SSH connection test|null
5052

5153
## Example
5254

0 commit comments

Comments
 (0)