Home
Softono

Terraform Provider Virtualbox

Open source MIT Go
347
Stars
145
Forks
43
Issues
22
Watchers
2 years
Last Commit

 About Terraform Provider Virtualbox

VirtualBox provider for Terraform

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Terraform Provider Virtualbox?

We provide expert installation service for this software. Our team will install, configure, and secure Terraform Provider Virtualbox on your server. plans start at just $30.

Terraform Provider Virtualbox

View on GitHub

Build Status FOSSA Status Gitter

VirtualBox provider for Terraform

Published documentation is located on the Terraform Registry

Maintainers Needed

We are looking for additional maintainers.

Usage

terraform {
  required_providers {
    virtualbox = {
      source = "terra-farm/virtualbox"
      version = "<latest-tag>"
    }
  }
}

provider "virtualbox" {
  # Configuration options
}

resource "virtualbox_vm" "vm" {
  // ...
}

Example

You can find a practical example in the /examples directory

If you want to contribute documentation changes, see the Contribution guide.

Limitations

  • Experimental provider!
  • We only officially support the latest version of Go, Virtualbox and Terraform. The provider might be compatible and work with other versions but we do not provide any level of support for this due to lack of time.
  • The defaults here are only tested with the vagrant insecure (packer) keys as the login.

Contributors

Special thanks to all contributors, and @ccll for donating the original project to the terra-farm group!

Inspired by terraform-provider-vix

License

FOSSA Status