Jordi Garcia

Results 6 comments of Jordi Garcia

Hi @denis256 , thanks for checking this out for me, I run terragrunt from the root directory as I'd like to provision the 3 ec2s based on environments at once....

> Hi, most probably invoking `run-all` will help > > https://terragrunt.gruntwork.io/docs/features/execute-terraform-commands-on-multiple-modules-at-once/#the-run-all-command @denis256 Are you suggesting that in order to execute `terragrunt -run-all` in the **root** directory I have to previously...

Ok I managed to make some progress on that but still I have something misconfigured on my end: This is the output when running `terragrunt run-all plan -out=all.plan` ```go prototype...

@denis256 sorry for the delay, I tried by splitting the path_relative_to_include and taking the first part but does not work either These are my config files: ``` locals { #...

@denis256 does not help ... this is the output when setting the `environments = split("/", path_relative_to_include())[1]` ```hcl terragrunt git:(testing-terragrunt) ✗ terragrunt init ERRO[0000] Error: Invalid index ERRO[0000] on xxxx/yyyy/terragrunt/terragrunt.hcl line...

> Hi, > > not sure if is required to do init in the repository root, also `init` is not required at all because of [`auto-init`](https://terragrunt.gruntwork.io/docs/features/auto-init/) function in terragrunt >...