You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into cloud-init and ignition, and neither have support for a virtualbox specific interface. Ignition does have an open issue [1] considering using DMI data which can be set using specific virtualbox "extradata" keys.
My specific goal is to be able to locally test projects using terraform + ignition. This provider seems to be the closest option for now since the VIX provider is quite old now.
I’ve also noticed this. I’ve been looking for solutions and it seems the only way to do so is by creating an iso file with the config and mounting it. Right now it is being set as extra data in virtual box only, and it doesn’t seem to work.
In your example, you show passing a JSON document into the instance:
terraform-provider-virtualbox/examples/example.tf
Line 7 in e64dd8d
I've looked into cloud-init and ignition, and neither have support for a virtualbox specific interface. Ignition does have an open issue [1] considering using DMI data which can be set using specific virtualbox "extradata" keys.
My specific goal is to be able to locally test projects using terraform + ignition. This provider seems to be the closest option for now since the VIX provider is quite old now.
[1] coreos/ignition#629
The text was updated successfully, but these errors were encountered: