Skip to content

Commit 19fa588

Browse files
committed
readme
1 parent fbaadd3 commit 19fa588

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ This section describes the available configuration options for the builder. Plea
169169
* `storage_size` (int) The storage size in gigabytes. Defaults to `25`. Changing this value is useful if you aim to build a template for larger server configurations where the preconfigured server disk is larger than 25 GB. The operating system disk can also be later extended if needed. Note that Windows templates require large storage size, than default 25 Gb.
170170
* `state_timeout_duration` (string) The amount of time to wait for resource state changes. Defaults to `5m`.
171171
* `template_prefix` (string) The prefix to use for the generated template title. Defaults to an empty string, meaning the prefix will be the storage title. You can use this option to easily differentiate between different templates.
172+
* `template_name` (string) Similiarly to `template_prefix`, but this will allow you to set the full template name and not just the prefix. Defaults to an empty string, meaning the name will be the storage title. You can use this option to easily differentiate between different templates. It cannot be used in conjunction with the prefix setting.
172173
* `clone_zones` ([]string) The array of extra zones (locations) where created templates should be cloned. Note that default `state_timeout_duration` is not enough for cloning, better to increase a value depending on storage size.
173174
* `ssh_private_key_path` (string) Path to SSH Private Key that will be used for provisioning and stored in the template.
174175
* `ssh_public_key_path` (string) Path to SSH Public Key that will be used for provisioning.

0 commit comments

Comments
 (0)