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

During preparation of #2180 i noticed some issue regarding the CICD pipeline which does the testing for this project. To cut it short in this introduction i'd generally suggest to...

The purview of the feature added from https://github.com/gruntwork-io/terragrunt/issues/299 feels too broad. Do we really want to be checking **every** `terragrunt.hcl` file in the git repo when running `destroy` commands? The...

enhancement
needs design

I migrated your terragrunt live example git project to my needs as bellow(very simple changes): [infra.zip](https://github.com/gruntwork-io/terragrunt/files/7354151/infra.zip) **By manually creating the bucket, the error is gone. So Terragrunt is not creating...

bug
p:needs triage

Hi, I haven't found related issues and decided to create a new one. It seems to me that it would be great to add option to Terragrunt to ignore Terraform...

enhancement
needs design
p:needs triage

This needs investigation, but we were seeing some behavior where if you try to use `null` as one of the variable values in `inputs`, terragrunt translates it as the string...

bug
p:needs triage

Terragrunt: 0.38.4 (using Alicloud OSS remote backend) Hello, Thanks for all the great work on Terragrunt! I've noticed an issue where auto-init always runs even when it shouldn't need to....

bug
p:needs triage

I am using terragrunt version v0.36.6 My terragrunt setup looks a little like this: I have a terragrunt.hcl which includes a main.hcl: ``` # terragrunt.hcl include "feature" { path =...

bug
p:needs triage

Terragrunt version: 0.38.4 When I reference Terraform source to path which exists but there are not any TF files - Terragrunt will run the script saying: "No changes. Your infrastructure...

enhancement
needs design

I'm using Terragrunt to manage a quite large amount of AWS accounts (>100). I don't need to categorize these accounts per region/env (every account is independent, managed by different unit),...

enhancement
needs design

Similar to the existing AWS built-in functions (e.g. [get_aws_account_id()](https://terragrunt.gruntwork.io/docs/reference/built-in-functions/#get_aws_account_id), it would be nice to add some more GCP built-in functions. To start with, getting the GCP project ID. If I...

enhancement