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.
()
| 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 |
no outgoing calls
no test coverage detected