Norman
Norman
## Describe the bug When running `terragrunt run-all init -upgrade` with `TERRAGRUNT_PROVIDER_CACHE=1` with high parallelism leads to `429` errors from the local cache server: ```sh Error: Could not retrieve providers...
The reactions and follow up discussion in #3216 seemed to signal users are interested in a design for the helm chart, where pod configuration is done using `extra...` values, instead...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
## Describe the bug When the state of a dependency is encrypted and the dependency is not initialised, any `terragrunt` command in the dependant module fails. ## Steps To Reproduce...
add the most basic and naive implementation of an encryption attribute to the remote_state block, to generate encryption config for the backend ## Description Fixes #3495. This PR adds an...
## Describe the enhancement I really like the idea of the new `error` block. Especially the `signals` attribute for usage in automated CI environments. My request is to expand the...
### Checks - [X] I've already read https://github.com/actions/actions-runner-controller/blob/master/TROUBLESHOOTING.md and I'm sure my issue is not covered in the troubleshooting guide. - [X] I'm not using a custom entrypoint in my...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
## Feature Request - [ ] I'd be willing to implement this feature **Describe the idea** terragrunt introduced a new block `errors` in [0.69.6](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.69.6) Trying to run terragrunt-atlantis-config on a...
It would be helpful to be able to read `connectionString` from a secret instead of needing to hardcode it in the `AuthProxyWorkload`. This way we can use our existing secrets...