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

https://github.com/descomplicando-terraform/terraform-libvirt-selton-kubernetes


https://github.com/descomplicando-terraform/terraform-libvirt-selton-kubernetes

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# terraform-libvirt-selton-module

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |
| [libvirt](#requirement\_libvirt) | 0.7.6 |

## Providers

| Name | Version |
|------|---------|
| [libvirt](#provider\_libvirt) | 0.7.6 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| [groundwork](#module\_groundwork) | [email protected]:descomplicando-terraform/terraform-libvirt-selton-groundwork.git | 0.0.1 |

## Resources

| Name | Type |
|------|------|
| [libvirt_cloudinit_disk.commoninit](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/cloudinit_disk) | resource |
| [libvirt_domain.kubernetes](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/domain) | resource |
| [libvirt_volume.ubuntu-kubernetes](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/volume) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [img](#input\_img) | Path to the image that will be used | `string` | `"https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"` | no |
| [libvirt\_disk\_path](#input\_libvirt\_disk\_path) | Path to libvirt the pool | `string` | `"var/lib/libvirt/pool/kubernetes"` | no |
| [memory](#input\_memory) | ram | `number` | `4096` | no |
| [nodes](#input\_nodes) | List with the names of each node that will be created | `list(any)` |

[
"edge01",
"edge02"
]
| no |
| [pool](#input\_pool) | Name of the pool that will be created | `string` | `"kubernetes"` | no |
| [vcpus](#input\_vcpus) | vcpu | `number` | `2` | no |

## Outputs

No outputs.