Suggestion
It would be convenient to have all of the outputs available as a single object. Currently, the only option is to use dflook/tofu-output@v2, but there is a limit to the size of the outputs (and to environment variables) and one can't just use ${{ steps.apply.outputs }} to get everything all at once.
Could dflook/tofu-apply gain a json_output_path?
Suggestion
It would be convenient to have all of the outputs available as a single object. Currently, the only option is to use
dflook/tofu-output@v2, but there is a limit to the size of the outputs (and to environment variables) and one can't just use${{ steps.apply.outputs }}to get everything all at once.Could
dflook/tofu-applygain ajson_output_path?