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
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
virtualbox_vm.node[0]: Creating...
virtualbox_vm.node[0]: Still creating... [10s elapsed]
virtualbox_vm.node[0]: Still creating... [20s elapsed]
virtualbox_vm.node[0]: Still creating... [30s elapsed]
╷
│ Error: [ERROR] Starting VM: exit status 1
│
│ with virtualbox_vm.node[0],
│ on main.tf line 10, in resource "virtualbox_vm""node":
│ 10: resource "virtualbox_vm""node" {
│
╵
I can see a VM is created in virtualbox UI. It is powered off.
When I try to manually start the VM it complains that Could not start the machine bullseye because the following physical network interfaces were not found. vbnet (adapter 1)
:(
The text was updated successfully, but these errors were encountered:
Hi,
I am using Ubuntu 20.04. I have tried the following
I did
terraform apply
I can see a VM is created in virtualbox UI. It is powered off.
When I try to manually start the VM it complains that
Could not start the machine bullseye because the following physical network interfaces were not found. vbnet (adapter 1)
:(
The text was updated successfully, but these errors were encountered: