Hi,
I created an qcow2 image using Packer from a json file where I specified disk size 40960 bytes. But then I create machines in terraform using this image disk, and I specify disk size 80GB. But then when the machine is created, the size of C drive is only 40GB. Why isn’t it set to 80GB as I specify in terraform?
The code is this: terraform { required_providers { libvirt = { source = "dmacvicar/ - Pastebin.com