I want to quickly test an OpenTofu building block with meshStack. Setting up a private git repo + ssh key and committing files to git every time is a bit cumbersome and I thought I could just abuse the code input to inject a main.tf file and use an otherwise empty git directory.
Unfortunately only the "file" input type supports "provide as file".
So for now I have to upload a file to meshStack everytime to make changes. It would be very handy to have an inline editor instead.