Hashicorp has their own [hashicorp/cloud-init](https://registry.terraform.io/providers/hashicorp/cloudinit/latest/docs) provider, which makes for more readable/maintainable templates instead of hardcoding a cloud-init config. I have already made PRs for this in the past: - https://github.com/coder/coder/pull/15050 - https://github.com/coder/coder/pull/15240 I have realized that the following templates could also make use of this provider: - `azure-linux` - `digitalocean-linux` - `incus`