Ernestas Narmontas

Results 2 issues of Ernestas Narmontas

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

bug
waiting-on-response
never-stale

Here is my parent `terragrunt.hcl`: ``` locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl")) project_vars = read_terragrunt_config(find_in_parent_folders("project.hcl")) region_vars = read_terragrunt_config(find_in_parent_folders("region.hcl")) aws_account_id = local.account_vars.locals.account_id aws_region_name = local.region_vars.locals.region_name } # Generate backend remote_state { backend...