Clarify the correct usage of the snapshot_name field on the hcloud builder (#9276)

pull/9290/head
Lukas Kämmerling 6 years ago committed by GitHub
parent 5dfd2a763e
commit 26d309c88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,8 +84,8 @@ builder.
sets the hostname of the machine to this value.
- `snapshot_name` (string) - The name of the resulting snapshot that will
appear in your account. Defaults to `packer-{{timestamp}}` (see
[configuration templates](/docs/templates/engine) for more info).
appear in your account as image description. Defaults to `packer-{{timestamp}}` (see
[configuration templates](/docs/templates/engine) for more info). If you want to reference the image as a sample in your terraform configuration please use the image id or the `snapshot_labels`.
- `snapshot_labels` (map of key/value strings) - Key/value pair labels to
apply to the created image.

Loading…
Cancel
Save