regenerate code to add extra line to prevent bad godoc synopsis string loading

This commit is contained in:
Megan Marsh 2020-12-11 16:19:50 -08:00
parent 6a672f3948
commit e5a95c7017
11 changed files with 20 additions and 3 deletions

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type Config,SSH,WinRM,SSHTemporaryKeyPair"; DO NOT EDIT.
package communicator
import (

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type MockBuilder"; DO NOT EDIT.
package packer
import (

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type MockProvisioner"; DO NOT EDIT.
package packer
import (

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type Config"; DO NOT EDIT.
package shell_local
import (

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type KeyValue,KeyValues,KeyValueFilter,NameValue,NameValues,NameValueFilter"; DO NOT EDIT.
package config
import (

View File

@ -1,4 +1,5 @@
// Code generated by "mapstructure-to-hcl2 -type Provisioner"; DO NOT EDIT.
package template
import (

View File

@ -1,4 +1,5 @@
<!-- Code generated from the comments of the Config struct in packer-plugin-sdk/communicator/config.go; DO NOT EDIT MANUALLY -->
Config is the common configuration that communicators allow within
a builder.
Config is the common a builder uses to define and configure a Packer
communicator. Embed this struct in your builder config to implement
communicator support.

View File

@ -1,5 +1,5 @@
<!-- Code generated from the comments of the SSHTemporaryKeyPair struct in packer-plugin-sdk/communicator/config.go; DO NOT EDIT MANUALLY -->
When no ssh credentials are specified, Packer will generate a temporary SSH
keypair for the instance, you can change the algorithm type and bits
keypair for the instance. You can change the algorithm type and bits
settings.

View File

@ -0,0 +1,3 @@
<!-- Code generated from the comments of the SSH struct in packer-plugin-sdk/communicator/config.go; DO NOT EDIT MANUALLY -->
The SSH config defines configuration for the SSH communicator.

View File

@ -0,0 +1,4 @@
<!-- Code generated from the comments of the SSHInterface struct in packer-plugin-sdk/communicator/config.go; DO NOT EDIT MANUALLY -->
SSHInterface defines whether to use public or private, addresses, and whether
to use IPv4 or IPv6.

View File

@ -0,0 +1,3 @@
<!-- Code generated from the comments of the WinRM struct in packer-plugin-sdk/communicator/config.go; DO NOT EDIT MANUALLY -->
The WinRM config defines configuration for the WinRM communicator.