Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example not works #130

Open
bboyadao opened this issue Jan 17, 2022 · 3 comments
Open

Example not works #130

bboyadao opened this issue Jan 17, 2022 · 3 comments

Comments

@bboyadao
Copy link

Screenshot_2022-01-17-16:31:27-1642411887

@fredhohenstein
Copy link

Same issue here!

image

@ichsteffen
Copy link

You have to update the provider version. Currently it is 0.2.2-alpha.1

terraform {
  required_providers {
    virtualbox = {
      source = "terra-farm/virtualbox"
      version = "0.2.2-alpha.1"
    }
  }
}

@frankja2
Copy link

it doesn't change anything

Error: [ERROR] Create virtualbox VM node01: exit status 2 │ │ │ with virtualbox_vm.node[0], │ on main.tf line 13, in resource "virtualbox_vm" "node": │ 13: resource "virtualbox_vm" "node" {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants