mirror of https://github.com/hashicorp/packer
parent
6a672f3948
commit
e5a95c7017
@ -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