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

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

Modulo de grounwork para criação de nodes Kubernetes sob demanda
https://github.com/descomplicando-terraform/terraform-libvirt-selton-groundwork

Last synced: about 1 month ago
JSON representation

Modulo de grounwork para criação de nodes Kubernetes sob demanda

Awesome Lists containing this project

README

        

# terraform-libvirt-selton-groundwork

# TODO ( Para fazer)

## 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

No modules.

## Resources

| Name | Type |
|------|------|
| [libvirt_network.network](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/network) | resource |
| [libvirt_pool.pool](https://registry.terraform.io/providers/dmacvicar/libvirt/0.7.6/docs/resources/pool) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [libvirt\_disk\_path](#input\_libvirt\_disk\_path) | Path to libvirt the pool | `string` | `"var/lib/libvirt/pool/kubernetes"` | 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 |

## Outputs

| Name | Description |
|------|-------------|
| [network](#output\_network) | Name of the network created |
| [pool](#output\_pool) | Name of the pool created |