Mariusz Łączak
Mariusz Łączak
I have a bash script in a module with execute permissions. After I upload it to the registry, script looses that permission. Then when I try to use the module...
Is it possible to pass auth token in the [headers](https://github.com/hashicorp/go-getter#headers) to `download_url`? I need it to download asset from [api.github.com](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#get-a-release-asset): ```sh curl -X POST registry.example.com/v1/api/modules/my-module/provider/1.0.0/upload \ -H "Authorization: Bearer x-api-key:$TERRALIST_API_KEY"...
It would be nice to improve code style after run reindent: _comments_: ``` zep /** * */ class Test { ``` instead of ``` zep /** * */ class Test...