hashicorp / packer-plugin-virtualbox

Packer plugin for VritualBox Builder
https://www.packer.io/docs/builders/virtualbox
Mozilla Public License 2.0
22 stars 36 forks source link

Fix documentation for rtc_time_base #101

Closed SeanKnight closed 1 year ago

SeanKnight commented 1 year ago

The documentation here is incorrect: https://developer.hashicorp.com/packer/plugins/builders/virtualbox/iso#rtc_time_base

When you specify a bool for that value packer returns an error that only "UTC" or "local" are valid values.

Here is the source that shows the same: https://github.com/hashicorp/packer-plugin-virtualbox/blob/0dbf4466965fc8b4f866de32f14490185d325872/builder/virtualbox/iso/builder.go#L244-L250

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.