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

Install terragrunt by snap ``` sudo snap install terragrunt --classic Warning: flag --classic ignored for strictly confined snap terragrunt terragrunt 0+git.ae675d6 from dt9394 (terraform-snap) installed ``` ``` terragrunt --version terragrunt...

**tl;dr**: Terragrunt does not marshall exisiting policies properly ## Explanation When terragrunt finds that the s3 bucket you use as a backend is missing TLS+Root Access in its policy, it...

Howdy folks. I am prototyping some IaC and wanted to try out Terragrunt, but I am struggling to run some of the built-in functions, concretely the`path_relative_to_include()` which returns `.` instead...

question
awaiting response

It would be great to have a `get_terraform_dir()` function which returns the path to the directory in which the Terraform commands are run (it is usually something like `./.terragrunt-cache/xxx/yyy`). I...

Running the latest build, `terragrunt render-json` fails with multiple errors like this: ``` │ Error: Backend initialization required, please run "terraform init" │ │ Reason: Initial configuration of the requested...

bug

I've looked at the Terragrunt "Work with multiple AWS accounts" [docs](https://terragrunt.gruntwork.io/docs/features/work-with-multiple-aws-accounts/) but could not find any reference to flags or env vars that can be set in order for terragrunt...

question
awaiting response

## Description Updated `Merge` function to detect duplicate "generate" blocks from includes Fixes #2280. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. - [ ]...

In #1795 / https://github.com/gruntwork-io/terragrunt/releases/tag/v0.31.9 a feature was released that should alert users to the existence of multiple generate blocks with the same name. I encountered the situation that this check...

bug

From what I can tell, the [terragrunt-fetch-dependency-output-from-state](https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-fetch-dependency-output-from-state) feature (added in #2123) only works when the [remote_state](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#remote_state) block is used to define the terraform backend configuration. I believe the following code...

enhancement

This is in response to: https://github.com/hashicorp/terraform/issues/31366 It would be nice to have an option to implicitly do a `terraform plan -out=some.tfplan` before the `terraform apply some.tfplan` for each module/stack when...

enhancement