2021-01-06 09:40:39 -05:00
|
|
|
<!-- Code generated from the comments of the ShutdownConfig struct in shutdowncommand/config.go; DO NOT EDIT MANUALLY -->
|
2020-11-12 14:44:02 -08:00
|
|
|
|
|
|
|
ShutdownConfig defines implementation details for shutting down a VM once it
|
2021-01-06 09:40:39 -05:00
|
|
|
is done being provisioned.
|
|
|
|
|
2020-11-12 14:44:02 -08:00
|
|
|
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.
|