Add couple of missing LXD builder parameters to documentation

This commit is contained in:
Ivaylo Markov 2020-11-16 23:17:35 +02:00
parent 4ead224c3b
commit 37eec09cea
1 changed files with 7 additions and 2 deletions

View File

@ -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`.