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
Everything is deployed fine, but it does not receive the callback from VirtualBox that the VMs are created.
│ Error: [ERROR] Wait VM until ready: waiting for VM (tf-dbserver) to become ready: [ERROR] can't convert vbox network to terraform data: No match with get guestproperty output
│
│ with virtualbox_vm.node[2],
│ on main.tf line 12, in resource "virtualbox_vm" "node":
│ 12: resource "virtualbox_vm" "node" {
│
It works fine if only host-only adapters are mentioned (in the terraform example). Thanks
The text was updated successfully, but these errors were encountered:
Error: [ERROR] Wait VM until ready: waiting for VM (mytest) to become ready: [ERROR] can't convert vbox network to terraform data: No match with get guestproperty output
on main.tf line 14, in resource "virtualbox_vm" "node":
14: resource "virtualbox_vm" "node" {
Yes I can confirm this. After testing this provider I'm not so sure if this is the best way to play with terraform locally, it seems like the best option will be using other provider for docker or something like that but this provider needs more love ❤️
Hi, appreciate everyone's effort in maintaining this provider.
I've the following code block which the nodes need to connect to the internet via the nat gateway:
Everything is deployed fine, but it does not receive the callback from VirtualBox that the VMs are created.
It works fine if only host-only adapters are mentioned (in the terraform example). Thanks
The text was updated successfully, but these errors were encountered: