2020-05-28 18:49:50 -04:00
|
|
|
//<!-- Code generated by generate-fixer-deprecations; DO NOT EDIT MANUALLY -->
|
|
|
|
|
|
|
|
package config
|
|
|
|
|
|
|
|
var DeprecatedOptions = []string{
|
|
|
|
"iso_md5",
|
|
|
|
"guest_additions_attach",
|
|
|
|
"headless",
|
|
|
|
"parallels_tools_host_path",
|
|
|
|
"guest_os_distribution",
|
|
|
|
"ssh_key_path",
|
|
|
|
"ssh_disable_agent",
|
|
|
|
"access_key",
|
|
|
|
"filename",
|
|
|
|
"shutdown_behaviour",
|
|
|
|
"enhanced_networking",
|
|
|
|
"ssh_private_ip",
|
2020-05-29 13:19:02 -04:00
|
|
|
"temporary_security_group_source_cidr",
|
2020-05-28 18:49:50 -04:00
|
|
|
"login_email",
|
|
|
|
"tag",
|
|
|
|
"vhd_temp_path",
|
|
|
|
"clone_from_vmxc_path",
|
|
|
|
"cpu",
|
|
|
|
"ram_size",
|
|
|
|
"clean_image_name",
|
|
|
|
"clean_ami_name",
|
|
|
|
"spot_price_auto_product",
|
|
|
|
"galaxycommand",
|
|
|
|
"ssh_host_port_min",
|
|
|
|
"ssh_host_port_max",
|
|
|
|
"ssh_skip_nat_mapping",
|
|
|
|
"ssh_wait_timeout",
|
|
|
|
"network_card",
|
|
|
|
"network",
|
|
|
|
"networkCard",
|
2020-05-29 13:19:02 -04:00
|
|
|
"disk_size",
|
|
|
|
"disk_thin_provisioned",
|
|
|
|
"disk_eagerly_scrub",
|
|
|
|
"iso_checksum_url",
|
|
|
|
"iso_checksum_type",
|
2020-05-28 19:22:55 -04:00
|
|
|
}
|