Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josephphyo/terraform-local-virtualbox

Terraform - local virtualbox for home server
https://github.com/josephphyo/terraform-local-virtualbox

home-server terraform terraform-module virtualbox

Last synced: 14 days ago
JSON representation

Terraform - local virtualbox for home server

Awesome Lists containing this project

README

        

```Provider Source - https://terra-farm.github.io/provider-virtualbox/```

## Requirements

| Name | Version |
|------|---------|
| [virtualbox](#requirement\_virtualbox) | 0.2.1 |

## Providers

| Name | Version |
|------|---------|
| [virtualbox](#provider\_virtualbox) | 0.2.1 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [virtualbox_vm.node](https://registry.terraform.io/providers/terra-farm/virtualbox/0.2.1/docs/resources/vm) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [cpu\_counts](#input\_cpu\_counts) | VM CPU Counts | `number` | `1` | no |
| [host\_interface](#input\_host\_interface) | Host Interface ('en0', 'eth1', 'wlan') | `string` | n/a | yes |
| [image](#input\_image) | Image Path | `string` | `"https://app.vagrantup.com/ubuntu/boxes/focal64/versions/20240809.0.0/providers/virtualbox.box"` | no |
| [memory](#input\_memory) | VM Memory | `string` | `"512 mib"` | no |
| [network\_adapter\_type](#input\_network\_adapter\_type) | Type of Network Adapter (nat, bridged, hostonly) | `string` | n/a | yes |
| [vm\_name](#input\_vm\_name) | Name of VM | `any` | n/a | yes |

## Outputs

| Name | Description |
|------|-------------|
| [IPAddr](#output\_IPAddr) | n/a |