github.com/hashicorp/packer@v1.14.3/website/content/partials/packer-plugin-sdk/shutdowncommand/ShutdownConfig.mdx (about)

     1  <!-- Code generated from the comments of the ShutdownConfig struct in shutdowncommand/config.go; DO NOT EDIT MANUALLY -->
     2  
     3  ShutdownConfig defines implementation details for shutting down a VM once it
     4  is done being provisioned.
     5  
     6  It is provided as a convenience to encourage builder developers to
     7  consider implementing these options, which we believe are valuable for all
     8  builders. It also helps guarantee that option names for similar options
     9  are the same across the various builders. Embed it in your builder config
    10  using the `mapstructure:",squash"` struct tag.
    11  
    12  <!-- End of code generated from the comments of the ShutdownConfig struct in shutdowncommand/config.go; -->