Use consistent naming for variable types

This commit is contained in:
Dom Del Nano 2021-03-23 22:44:10 -07:00 committed by Daniel Koschützki
parent 5db3c95954
commit ebbd6180b9

View File

@ -124,7 +124,7 @@ each category, the available options are alphabetized and described.
regardless of success. "on_success" requests that the VM only be cleaned up if an
artifact was produced. The latter is useful for debugging templates that fail.
* `network_names` (list) - A list of networks identified by their name label which
* `network_names` (array of strings) - A list of networks identified by their name label which
will be used for the VM during creation. The first network will correspond to the VM's
first network interface (VIF), the second will corespond to the second VIF and so on.