Published documentation is located on the Terraform Registry
We are looking for additional maintainers.
terraform {
required_providers {
virtualbox = {
source = "terra-farm/virtualbox"
version = "<latest-tag>"
}
}
}
provider "virtualbox" {
# Configuration options
}
resource "virtualbox_vm" "vm" {
// ...
}
You can find a practical example in the /examples
directory
If you want to contribute documentation changes, see the Contribution guide.
- 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.
Special thanks to all contributors, and @ccll for donating the original project to the terra-farm group!
Inspired by terraform-provider-vix