Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephphyo/terraform-local-virtualbox
- Owner: josephphyo
- Created: 2024-08-10T18:15:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T07:07:26.000Z (3 months ago)
- Last Synced: 2024-10-17T11:44:20.228Z (about 1 month ago)
- Topics: home-server, terraform, terraform-module, virtualbox
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |