You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-3
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ No modules.
52
52
| <aname="input_bridge"></a> [bridge](#input\_bridge)| Bridge interface |`string`|`"virbr0"`| no |
53
53
| <aname="input_cpu_mode"></a> [cpu\_mode](#input\_cpu\_mode)| CPU mode |`string`|`"host-passthrough"`| no |
54
54
| <aname="input_dhcp"></a> [dhcp](#input\_dhcp)| Use DHCP or Static IP settings |`bool`|`false`| no |
55
-
| <aname="input_graphics"></a> [graphics](#graphics)| Graphics type (can be '`spice`' or '`vnc`') |`string`|`spice`| no |
55
+
| <aname="input_graphics"></a> [graphics](#input\_graphics)| Graphics type (can be '`spice`' or '`vnc`') |`string`|`spice`| no |
56
56
| <aname="input_index_start"></a> [index\_start](#input\_index\_start)| From where the indexig start |`number`|`1`| no |
57
57
| <aname="input_ip_address"></a> [ip\_address](#input\_ip\_address)| List of IP addresses |`list(string)`| <pre>[<br> "192.168.123.101"<br>]</pre> | no |
58
58
| <aname="input_ip_gateway"></a> [ip\_gateway](#input\_ip\_gateway)| IP addresses of a gateway |`string`|`"192.168.123.1"`| no |
| <aname="input_ssh_admin"></a> [ssh\_admin](#input\_ssh\_admin)| Admin user with ssh access |`string`|`"ssh-admin"`| no |
68
68
| <aname="input_ssh_keys"></a> [ssh\_keys](#input\_ssh\_keys)| List of public ssh keys |`list(string)`|`[]`| no |
69
-
| <aname="input_ssh_private_key"></a> [ssh\_private\_key](#input\_ssh\_private\_key)| Private key for SSH connection test |`string`|`null`| no |
69
+
| <aname="input_ssh_private_key"></a> [ssh\_private\_key](#input\_ssh\_private\_key)| Private key for SSH connection test (either path to file or key content) |`string`|`null`| no |
70
70
| <aname="input_system_volume"></a> [system\_volume](#input\_system\_volume)| System Volume size (GB) |`number`|`10`| no |
71
71
| <aname="input_time_zone"></a> [time\_zone](#input\_time\_zone)| Time Zone |`string`|`"UTC"`| no |
72
72
| <aname="input_vcpu"></a> [vcpu](#input\_vcpu)| Number of vCPUs |`number`|`1`| no |
73
73
| <aname="input_vm_count"></a> [vm\_count](#input\_vm\_count)| Number of VMs |`number`|`1`| no |
74
74
| <aname="input_vm_hostname_prefix"></a> [vm\_hostname\_prefix](#input\_vm\_hostname\_prefix)| VM hostname prefix |`string`|`"vm"`| no |
75
-
| <aname="input_xml_override"></a> [xml\_override](#input\_xml\_override)| With these variables you can: Enable hugepages; Set USB controllers; Attach USB devices | <pre>object({<br> hugepages = bool<br> usb_controllers = list(object({<br> model = string<br> }))<br> usb_devices = list(object({<br> vendor = string<br> product = string<br> }))<br> })</pre> | <pre>{<br> "hugepages": false,<br> "usb_controllers": [<br> {<br> "model": "piix3-uhci"<br> }<br> ],<br> "usb_devices": []<br>}</pre> | no |
| <aname="input_bastion_host"></a> [bastion\_host](#input\_bastion\_host)| ssh bastion host |`string`|`null`| no |
77
+
| <aname="input_bastion_user"></a> [bastion\_user](#input\_bastion\_user)| ssh user on bastion host |`string`|`null`| no |
78
+
| <aname="input_bastion_ssh_private_key"></a> [bastion\_ssh\_private\_key](#input\_bastion\_ssh\_private\_key)| ssh private key for bastion host (either path to file or key content) |`string`|`null`| no |
0 commit comments