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

## Description Fixes #2203. This PR will add a caching behavior to `PartialParseConfigString` in `config.go`. The original function has been wrapped by a new function called `TerragruntConfigFromPartialConfigString` which handles cache...

Good day everyone. We have just recently updated Terragrunt from version 0.31.4 to 0.38.4 This introduced new feature that automatically updates s3 remote state. That is fine - except that...

question
awaiting response

I noticed one of my configurations being very slow to actually start running `terraform apply`. After inspecting terragrunt's debug output, I traced it back to a call to `terraform init...

enhancement

I'm getting this warning on my CLI ``` WARN[0000] Encryption is not enabled on the S3 remote state bucket REDACTED. Terraform state files may contain secrets, so we STRONGLY recommend...

question
awaiting response

I'm working on a terragrunt code base for the first time, having used terraform a lot in the past without terragrunt. I'm a bit confused as to the structure terragrunt...

Here is my hcl file: ``` terraform { source = "git@...." } locals = { config = templatefile("./config.yml", { environment = {NEED HELP HERE } )]]) } ``` Inside the...

question
awaiting response

I want to use Terragrunt to deploy this example: https://github.com/aws-ia/terraform-aws-eks-blueprints/blob/main/examples/complete-kubernetes-addons/main.tf So far, I was able to create the VPC/EKS resource without a problem, I separated each module into a different...

question
awaiting response

Hi Team, We use okta cli to authenticate to AWS (local development and ci/cd we use ec2 assume role) and it generates an aws credentials file under ~/.aws By enabling...

bug
p:needs triage

``` ❯ brew install terragrunt ==> Downloading https://ghcr.io/v2/homebrew/core/terraform/manifests/1.2.6 Already downloaded: /Users/simon.janes/Library/Caches/Homebrew/downloads/3c5a8fee75c21fd30c2734728810ae9bec1858421592edcaaaeb6aeb2c26ca37--terraform-1.2.6.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/terraform/blobs/sha256:fee7d9aa2dec048298d529ce53e5ef776adaeff2b183d60bf45f60550d85626b Already downloaded: /Users/simon.janes/Library/Caches/Homebrew/downloads/97792fcafb6c7c22d2efb7e811fb16de830a085fbc4f9a1c301baff70a29f79e--terraform--1.2.6.monterey.bottle.tar.gz ==> Downloading https://ghcr.io/v2/homebrew/core/terragrunt/manifests/0.38.6 Already downloaded: /Users/simon.janes/Library/Caches/Homebrew/downloads/a80573f244b136138ed1be04ff265fe01d7c07337e5d0ebcefc0622983de4ba8--terragrunt-0.38.6.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/terragrunt/blobs/sha256:98d42ac51fbd86906aa2b3978739fc498b711dbdec2c92dc06a1f7b2a6799440 Already downloaded: /Users/simon.janes/Library/Caches/Homebrew/downloads/34b09ab104b08fcd015f030e6d055b224cba296b1c2067c243fe4fa259e6c90e--terragrunt--0.38.6.monterey.bottle.tar.gz ==>...

bug
p:needs triage

When trying to execute any Terragrunt command in a path where Terraform isn't available, I get no error message: ``` ❯ aws-vault exec sbox -- terragrunt apply --terragrunt-log-level debug --terragrunt-debug...

bug
p:queued