From 37eec09cea89be2ddb2ea4b272d874c07075f214 Mon Sep 17 00:00:00 2001 From: Ivaylo Markov Date: Mon, 16 Nov 2020 23:17:35 +0200 Subject: [PATCH] Add couple of missing LXD builder parameters to documentation --- website/pages/docs/builders/lxd.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/builders/lxd.mdx b/website/pages/docs/builders/lxd.mdx index 427dd5a87..1ddfe5b8e 100644 --- a/website/pages/docs/builders/lxd.mdx +++ b/website/pages/docs/builders/lxd.mdx @@ -59,8 +59,13 @@ Below is a fully functioning example. - `init_sleep` (string) - The number of seconds to sleep between launching the LXD instance and provisioning it; defaults to 3 seconds. -- `name` (string) - The name of the started container. Defaults to - `packer-$PACKER_BUILD_NAME`. +- `name` (string) - Name of the builder. Defaults to `lxd`. + +- `container_name` (string) - Name of the build container. + Defaults to `packer-$name`. + +- `profile` - Name of the LXD profile used for the build container. + Defaults to `default`. - `output_image` (string) - The name of the output artifact. Defaults to `name`.