MCPcopy
hub / github.com/hashicorp/packer / FixerCommConfig

Struct FixerCommConfig

fix/fixer_comm_config.go:14–14  ·  view source on GitHub ↗

FixerCommConfig removes ssh prefix from communicator port forwarding config for variables host_port_min, host_port_max, skip_nat_mapping

Source from the content-addressed store, hash-verified

12// FixerCommConfig removes ssh prefix from communicator port forwarding config
13// for variables host_port_min, host_port_max, skip_nat_mapping
14type FixerCommConfig struct{}
15
16func (FixerCommConfig) DeprecatedOptions() map[string][]string {
17 return map[string][]string{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected