mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 09:40:17 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
12 lines
672 B
Text
12 lines
672 B
Text
<!-- 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.
|
|
|
|
<!-- End of code generated from the comments of the ShutdownConfig struct in shutdowncommand/config.go; -->
|