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

Method DeprecatedOptions

fix/fixer.go:12–12  ·  view source on GitHub ↗

DeprecatedOptions returns the name(s) of the option(s) being replaced in this fixer. It is used to generate a list of deprecated options that the template parser checks against to warn users that they need to call `packer fix` against their templates after upgrading.

()

Source from the content-addressed store, hash-verified

10 // template parser checks against to warn users that they need to call
11 // `packer fix` against their templates after upgrading.
12 DeprecatedOptions() map[string][]string
13
14 // Fix takes a raw map structure input, potentially transforms it
15 // in some way, and returns the new, transformed structure. The

Callers 1

mainFunction · 0.65

Implementers 15

FixerSSHDisableAgentfix/fixer_sshdisableagent.go
FixerISOMD5fix/fixer_iso_md5.go
FixerVMwareCompactionfix/fixer_vmware_compaction.go
FixerVirtualBoxRenamefix/fixer_virtualbox_rename.go
FixerVMwareRenamefix/fixer_vmware_rename.go
FixerScalewayAccessKeyfix/fixer_scaleway_access_key.go
FixerAzureExcludeFromLatestfix/fixer_azure_exclude_from_latest.go
FixerAmazonShutdownBehaviorfix/fixer_amazon_shutdown_behavior.go
FixerCommConfigfix/fixer_comm_config.go
FixerVSphereNetworkDiskfix/fixer_vsphere_network_storage.go
FixerAmazonPrivateIPfix/fixer_amazon_private_ip.go
FizerHypervCPUandRAMfix/fixer_hyperv_cpu_and_ram_naming.go

Calls

no outgoing calls

Tested by

no test coverage detected