From a338dab8fc86067343caf22e41c0e8c512cdb8d0 Mon Sep 17 00:00:00 2001 From: Alexandre NICOLAIE Date: Wed, 24 Jul 2019 21:25:17 +0200 Subject: [PATCH] docs: add Scaleway documentation Signed-off-by: Alexandre NICOLAIE --- website/source/docs/builders/scaleway.html.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/scaleway.html.md b/website/source/docs/builders/scaleway.html.md index cdf975bc7..a97d3154a 100644 --- a/website/source/docs/builders/scaleway.html.md +++ b/website/source/docs/builders/scaleway.html.md @@ -74,11 +74,14 @@ builder. appear in your account. Default `packer-TIMESTAMP` - `boottype` (string) - The type of boot, can be either `local` or - `bootscript`, Default `bootscript` + `bootscript`. Default `bootscript` - `bootscript` (string) - The id of an existing bootscript to use when booting the server. +- `remove_volume` (boolean) - Force Packer to delete volume associated with + the resulting snapshot after the build. Default `false`. + ## Basic Example Here is a basic example. It is completely valid as soon as you enter your own