regenerate code to add extra line to prevent bad godoc synopsis string loading
This commit is contained in:
parent
6a672f3948
commit
e5a95c7017
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type Config,SSH,WinRM,SSHTemporaryKeyPair"; DO NOT EDIT.
|
||||
|
||||
package communicator
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type MockBuilder"; DO NOT EDIT.
|
||||
|
||||
package packer
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type MockProvisioner"; DO NOT EDIT.
|
||||
|
||||
package packer
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type Config"; DO NOT EDIT.
|
||||
|
||||
package shell_local
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type KeyValue,KeyValues,KeyValueFilter,NameValue,NameValues,NameValueFilter"; DO NOT EDIT.
|
||||
|
||||
package config
|
||||
|
||||
import (
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// Code generated by "mapstructure-to-hcl2 -type Provisioner"; DO NOT EDIT.
|
||||
|
||||
package template
|
||||
|
||||
import (
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
|
@ -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.
|
|
@ -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.
|
Loading…
Reference in New Issue