Hi,
I want to deploy a windows domain controller and later windows workstations but first I want to get the domain controller to work. It’s the first time I’m using terraform and libvirt so I’m not really sure which parts are required or not. I have this code right now: resource "libvirt_storage_pool" "images" { name = "images" type = dir path - Pastebin.com
I can’t test it right now but will as soon as I fix another thing with the libvirt provider. But if you look at it now, does it look completely off to what it should be?
I asked ChatGPT a little bit and it told me that the dc_disk in the end is needed but I’m not sure since my ISO file is not in qcow2 format. Are there other things that needs to be changed as well to get this to work?
I appreciate all help!