terragrunt icon indicating copy to clipboard operation
terragrunt copied to clipboard

Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

Results 355 terragrunt issues
Sort by recently updated
recently updated
newest added

When you run `terragrunt apply-all` or `terragrunt destroy-all`, they can make changes across a ton of different modules, in parallel. This is great, but as mentioned in #71, the amount...

enhancement
needs design
trial project
p:queued

Looks like terragrunt swallows the `-backend=false` flag during init ops. We need this to run linting against the codebase on an execution env that has no credentials. ``` ~ terragrunt...

bug
p:needs triage

Hi, I've set the `iam_role` variable in the root `terragrunt.hcl`: ```hcl iam_role = "arn:aws:iam::${local.common.account_id}:role/terragrunt" ``` I'm trying to clear the `iam_role` by overriding it in the child `terragrunt.hcl`, I've tried...

question
awaiting response

Hello folks, I am using terragrunt (plus atlantis) for some time now. Initially we include a file with the `iam_role` configuration and it works flawlessly: service1/terragrunt.hcl ```hcl include "role_configuration" {...

Hey there, I saw that terragrunt do not copy hidden files, but it seems that it also ignores them even when you explicitly specify them on the source argument, here...

question

### Current state The current practice for using Terragrunt is to create one folder for each module and put a `terragrunt.hcl` file in it. You also have one `terragrunt.hcl` at...

enhancement

Cheers, Terragrunt's handling of remote_state_s3 permission problems could be improved. Especially for first-time users with pre-existing terraform state: We use a separate IAM Role for accessing terraform state files; this...

enhancement

Is there a way to not print the following initial logs of `terragrunt apply`? ``` terragrunt apply Initializing the backend... Initializing provider plugins... - Reusing previous version of hashicorp/kubernetes from...

question
awaiting response

Hello ! I have a dependency cycle issue that is driving me crazy. this is the structure of my code ``` |── deployment │ |── module1 │ │ └── terragrunt.hcl...

question

We get a lot of network transient errors in CI when running pipelines over many stacks at the same time. 502.503 and sometimes 500 errors. We were hoping to get...

enhancement