terraform-provider-virtualbox icon indicating copy to clipboard operation
terraform-provider-virtualbox copied to clipboard

Example not works

Open bboyadao opened this issue 3 years ago • 3 comments

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

bboyadao avatar Jan 17 '22 09:01 bboyadao

Same issue here!

image

fredhohenstein avatar Jan 17 '22 14:01 fredhohenstein

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"
    }
  }
}

ichsteffen avatar Jan 21 '22 09:01 ichsteffen

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" {

frankja2 avatar Jun 13 '22 17:06 frankja2