mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 14:31:40 -04:00
The "ssh_private_ip" key works with either boolean values or string representations of booleans. The fixer errors when the value is defined as, for example, "true" (with quotation marks). This commit will attempt to convert the string into a bool when necessary to ensure this case is handled. Signed-off-by: Brendan Devenney <[email protected]>