Ok, good to know. I am using a VM Template with Ubuntu 20.04 LST. I was able to deploy by using
sudo apt update
sudo apt install cloud-init
and I verified that it's install and running using
dpkg --get-selections | grep cloud-init
Blueprint is simple, I've tried different other runcmd commands just in case the set hostname was the issue but nothing works. Any suggestions?

Thanks