From 26d309c88cd312289f984bcab4ae3434f5dceb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Mon, 25 May 2020 14:52:13 +0200 Subject: [PATCH] Clarify the correct usage of the snapshot_name field on the hcloud builder (#9276) --- website/pages/docs/builders/hetzner-cloud.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/builders/hetzner-cloud.mdx b/website/pages/docs/builders/hetzner-cloud.mdx index ee9ca9b1b..2d6e43016 100644 --- a/website/pages/docs/builders/hetzner-cloud.mdx +++ b/website/pages/docs/builders/hetzner-cloud.mdx @@ -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.