https://github.com/descomplicando-terraform/terraform-libvirt-selton-product
https://github.com/descomplicando-terraform/terraform-libvirt-selton-product
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/descomplicando-terraform/terraform-libvirt-selton-product
- Owner: descomplicando-terraform
- License: gpl-3.0
- Created: 2024-08-21T00:16:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T16:41:28.000Z (7 months ago)
- Last Synced: 2025-02-12T20:38:01.496Z (3 months ago)
- Language: HCL
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-libvirt-Selton-Lucas_IaC
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.0 |## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [kubernetes](#module\_kubernetes) | git::ssh://[email protected]/descomplicando-terraform/terraform-libvirt-selton-kubernetes.git | 0.0.1 |## Resources
No resources.
## 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)` |[| no |
"edge01",
"edge02"
]
| [pool](#input\_pool) | Name of the pool that will be created | `string` | `"kubernetes"` | no |
| [vcpus](#input\_vcpus) | vcpu | `number` | `2` | no |## Outputs
No outputs.