Skip to content

descomplicando-terraform/terraform-libvirt-selton-groundwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-libvirt-selton-groundwork

TODO ( Para fazer)

Requirements

Name Version
terraform >= 1.9.0
libvirt 0.7.6

Providers

Name Version
libvirt 0.7.6

Modules

No modules.

Resources

Name Type
libvirt_network.network resource
libvirt_pool.pool resource

Inputs

Name Description Type Default Required
libvirt_disk_path Path to libvirt the pool string "var/lib/libvirt/pool/kubernetes" no
nodes List with the names of each node that will be created list(any)
[
"edge01",
"edge02"
]
no
pool Name of the pool that will be created string "kubernetes" no

Outputs

Name Description
network Name of the network created
pool Name of the pool created