hcl2_upgrade: special case: vsphere fix (#11216)
* fix typo * hcl2_upgrade: special case linux_options and network_interface to block instead of maps * Update hcl2_upgrade_test.go * Update hcl2_upgrade_test.go remove unused code * hcl2_upgrade: support strftime too (#11220) * hcl2_upgrade strftime function * create legacy_strftime.mdx
Showing
+178 -7
... | ... | @@ -57,6 +57,7 @@ require ( |
github.com/hashicorp/packer-plugin-vmware v1.0.0 | ||
github.com/hashicorp/packer-plugin-vsphere v1.0.0 | ||
github.com/hashicorp/packer-plugin-yandex v1.0.0 | ||
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect | ||
github.com/klauspost/pgzip v0.0.0-20151221113845-47f36e165cec | ||
github.com/masterzen/winrm v0.0.0-20210504160029-28ed956f5227 | ||
github.com/mattn/go-tty v0.0.0-20191112051231-74040eebce08 | ||
... | ... |
Please register or sign in to comment