Jake Lepere

Results 6 comments of Jake Lepere

In [v0.38.1](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.38.1), a `--terragrunt-no-auto-approve` cli option was added that might help some use cases mentioned here. I'd like to ensure this argument is provided for all `run-all` commands because I...

Thanks, @emilhdiaz! I ended up setting the `TERRAGRUNT_AUTO_APPROVE` environment variable in a similar fashion to your suggestion.

Any update on this? I'm running into the same issue. I'd prefer to avoid using a `generate` block because I wouldn't be able to take advantage of [terragrunt-fetch-dependency-output-from-state](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-fetch-dependency-output-from-state), as outlined...

> Resolved in [v0.50.6](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.50.6) release Does the solution just address this issue for GCS backends? FWIW, I was experiencing this issue with an S3 backend.

> > > Resolved in [v0.50.6](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.50.6) release > > > > > > Does the solution just address this issue for GCS backends? FWIW, I was experiencing this issue with...

> Am I correct in understanding that when you use the `disable_init` flag, Terragrunt should not add the `-backend=false` flag for terraform commands? I believe that's correct, but it's definitely...