How do I use Cloudbase-Init instance data?
Cloud-Init equivalent would be this: https://cloudinit.readthedocs.io/en/l...
It seems like Cloudbase-Init also has it as of 1.1.0, based on this merge https://opendev.org/x/cloudbase-init/...
However, I am unable to get this working when trying to do a simple runcmd to echo {{ ds.meta_data.meta.name }}, it cannot find meta.
Could it be that it's not reading in the metadata? Where can I locate the instance-data file for Windows?