packer/post-processor
Adrien Delorme bf3d9841c6 Force durations to be passed a strings
Before this commit it was possible to set a duration using an integer or a float. Go's time.Duration is an int64 internally an mapstructure will take advantage of this and load the number as a int64 but `1` means one ns which is unexpected/confusing. To avoid confusion and enforce readability this forces users to pass a string with a unit for a duration; ex "56s".
2019-10-31 11:47:19 +01:00
..
alicloud-import commit old code generation tool 2019-10-15 12:56:42 +02:00
amazon-import commit old code generation tool 2019-10-15 12:56:42 +02:00
artifice commit old code generation tool 2019-10-15 12:56:42 +02:00
checksum commit old code generation tool 2019-10-15 12:56:42 +02:00
compress post-processor/compress: fix dropped errors 2019-10-28 16:19:46 -07:00
digitalocean-import Force durations to be passed a strings 2019-10-31 11:47:19 +01:00
docker-import commit old code generation tool 2019-10-15 12:56:42 +02:00
docker-push commit old code generation tool 2019-10-15 12:56:42 +02:00
docker-save commit old code generation tool 2019-10-15 12:56:42 +02:00
docker-tag commit old code generation tool 2019-10-15 12:56:42 +02:00
exoscale-import commit old code generation tool 2019-10-15 12:56:42 +02:00
googlecompute-export Force durations to be passed a strings 2019-10-31 11:47:19 +01:00
googlecompute-import commit old code generation tool 2019-10-15 12:56:42 +02:00
manifest commit old code generation tool 2019-10-15 12:56:42 +02:00
shell-local Fix typo 2019-08-05 17:25:21 +01:00
ucloud-import fix docs of ucloud-uhost 2019-10-30 15:05:54 +08:00
vagrant commit old code generation tool 2019-10-15 12:56:42 +02:00
vagrant-cloud commit old code generation tool 2019-10-15 12:56:42 +02:00
vsphere commit old code generation tool 2019-10-15 12:56:42 +02:00
vsphere-template commit old code generation tool 2019-10-15 12:56:42 +02:00