Baumann Fabrice

Results 4 issues of Baumann Fabrice

I added a new compression plugin based on facebook zstandard compression system. zstandard offers faster and better compression then gzip ``` bash $ time zstd -f -5 random.log -o random.log.zst...

enhancement

Hello, I noticed that the behavior of tgswitch is different depending if the version selection is interactive or not. Example: ```shell root@14c36018b7f9:/data# ls terragrunt.hcl root@14c36018b7f9:/data# tgswitch Terragrunt file found: /data/terragrunt.hcl...

fixes #132 and #133 changes summary: - Replace anonymous HTTP call with an implementation of the GitHub SDK - Add support for authenticated GitHub requests using access token - Upgrade...

**Describe the solution you'd like** Add support for extra assume-role attributes for S3 remote_state backend. Right now it looks like terragrunt supports `role_arn`, `external_id` and `session_name` but not the session...

enhancement