I am trying out the harvester terraform provider t...
# harvester
c
I am trying out the harvester terraform provider to deploy a VM and having some issues with cloud-init. I have created templates and am able to successfully use the templates to manually deploy the VM. So I know my cloud-init user_data and network_data are both valid. But when I deploy it using Terraform the network does not configure and the I get the following error message on the user_data: handlers[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: 'b'#cloud-init'...' I am not base64 encoding the data before hand. Is there a reason why the issues are not opened in the github repo for the harvester provider?