Support "provide as file" for building block code input
J
Johannes Rudolph
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.
Jelle den Burger
Or a more general high level idea: have a built-in code editor for meshStack Terraform Building Blocks and don't provide a git repo at all
H
Henry Dettmer
IMO that's less general. For me, the "provide as file" option would also cover cases like copy and pasting a certificate/key file.