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

hi, i am new to terragrunt and encountering a problem when try to plan-all. I am using terraform v.0.12.28 and terragrunt v0.23.10. my root terragrunt.hcl: ![image](https://user-images.githubusercontent.com/58950564/88177588-ce9bc400-cc31-11ea-8809-0c9b2b1a52b1.png) my files-tree: ![image](https://user-images.githubusercontent.com/58950564/88177691-f854eb00-cc31-11ea-89d0-c0a6339ead1f.png) and...

question
p:needs triage

Terragrunt supports `apply-all` and `destroy-all` commands for working with multiple modules. Since one module can depend on another module, you can specify a list of `dependencies` in your Terragrunt configuration...

enhancement

I've added support for using an Azure storage account on the backend. I mostly copied the `GCS` implementation and then retrofitted in what I believe to be the right code...

Its bit pitty as terragrunt still complains about this: WARN[0000] No double-slash (//) found in source URL /terraform-google-modules/terraform-google-cloud-storage.git. Relative paths in downloaded Terraform code may not work. But my definition...

enhancement
p:backlog

Right now, all terraform output is unmodified, which makes a lot of sense for regular terraform commands because they are only working on one config at a time and the...

enhancement
trial project

Command: `terragrunt run-all fmt` Expected behaviour: Terragrunt runs `terraform fmt` in modules, outputting files that have formatting errors and modifying them to meet the format. In other words, the default...

question
awaiting response

I am trying to create a private endpoint for azure monitor private link scope (AMPLS) resource and like any other private endpoint, even this one needs "private_dns_zone_group". Private endpoint for...

question
awaiting response

In one of my repos, I recently added a new submodule to an existing module. Since then, `plan-all` no longer works for these directories. It appears that terragrunt is not...

question
knowledge base
p:needs triage

Hi, with [v0.37.0](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.37.0) introduced enforced remote state bucket updates our pipelines start to fail. The root cause is the permission model we use. Our CI pipelines which execute terragrunt are...

enhancement

From https://terragrunt.gruntwork.io/docs/reference/cli-options/#run-all: ``` Example: terragrunt run-all apply This will recursively search the current working directory for any folders that contains Terragrunt modules and run apply in each one, concurrently, while...

enhancement