Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 579 Bytes

README.adoc

File metadata and controls

17 lines (13 loc) · 579 Bytes

Terraform Libvirt Domain module

This module provisions the new Libvirt virtual machine.

It is tied to Vault secret managment engine and so most likely You should not use this module.

💡
This module is used in oswee/ignite repository.

resource "libvirt_cloudinit_disk" "cloudinit" {
name = "${local.cloudinit.name}-cloudinit.iso"
user_data = data.template_file.user_data.rendered
network_config = data.template_file.network_config.rendered
pool = local.volume.pool
}