``` cd $HOME/Development/packer-plugin-sdk PROJECT_ROOT=packer-plugin-sdk go generate ./... rsync -av multistep/commonsteps/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av bootcommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av shutdowncommand/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ rsync -av communicator/packer-plugin-sdk/website/content/partials/ ../packer/website/content/partials/ ```
11 lines
563 B
Plaintext
11 lines
563 B
Plaintext
<!-- Code generated from the comments of the ShutdownConfig struct in shutdowncommand/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
ShutdownConfig defines implementation details for shutting down a VM once it
|
|
is done being provisioned.
|
|
|
|
It is provided as a convenience to encourage builder developers to
|
|
consider implementing these options, which we believe are valuable for all
|
|
builders. It also helps guarantee that option names for similar options
|
|
are the same across the various builders. Embed it in your builder config
|
|
using the `mapstructure:",squash"` struct tag.
|