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'm using terragrunt to create resources with dependencies: folders. I want to know if the following design makes sense: each `terragrunt.hcl` corresponds to the folder in which it is...

question

This PR is an attempt to address #1640. We have a Terragrunt project that has a rather large number of modules (close to the order of 100) and we've noticed...

* add missing Logger.Debugf() in checkIfVersioningEnabled() * in check*(), don't return nil when the AWS API call returned an error

I'm using terragrunt 0.38.9 hcl file has ``` dependency "tests" { config_path = "../../test/sources/" mock_outputs = { arn = "arn:aws:iam::1234567890:policy/mock_policy_id" } mock_outputs_allowed_terraform_commands = ["plan", "init"] mock_outputs_merge_strategy_with_state = "shallow" } ```...

bug
p:needs triage

The docs for [terraform_version_constraint](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#terraform_version_constraint) and [terragrunt_version_constraint](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#terragrunt_version_constraint) do not specify syntax rules. The examples show `terraform_version_constraint = ">= 0.11"` and `terragrunt_version_constraint = ">= 0.23"`, which gives a partial answer. My use...

enhancement

We have a requirement, we want to move these account.hcl & region.hcl to a different folder from the parent_folder, I tried by using different methods in the terragrunt.hcl file but...

question
awaiting response

## Description Updates docs to mention run-all command rather than xxx-all. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the docs. - [x] Run the relevant tests successfully,...

I have multiple environment Testing and Production ,I want to verify terragrunt run-all plan(plan) with checkov when GitHubActions workflow is triggered.I want the plan saved in tfplan.binary then converted to...

question

Dear Terragrunt, I am getting a confusing error message. ``` Error: Invalid value for input variable The environment variable TF_VAR_somename does not contain a valid value for variable "somename ":...

bug

It seems there is no way to enable current experimental `terraform` built-in functions such `defaults()` so they can be used within `terragrunt` context. Related issue #1882.

enhancement
needs design