terragrunt-atlantis-config icon indicating copy to clipboard operation
terragrunt-atlantis-config copied to clipboard

Generate Atlantis config for Terragrunt projects.

Results 68 terragrunt-atlantis-config issues
Sort by recently updated
recently updated
newest added

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...

Thanks for this great tool! Everything works as intended, I just had a small question regarding dependencies. I see that when we have a dependency block in the `terragrunt.hcl` of...

# Pull Request ## Related Github Issues - #223 ## Description - Adds tests project folder to test dependency generation. ## Security Implications - _[none]_ ## System Availability - _[none]_

# Pull Request ## Related Github Issues - _[none]_ ## Description This allows us to generate Atlantis configurations including hard-coded workspaces, as passed in by the user. We use workspaces...

Hi Looks like right now it's not possible to generate config with `parallel_apply: false` and `parallel_plan: true` since they both take single bool variable. Do you think such option can...

``` ❯ terragrunt-atlantis-config generate --ignore-dependency-blocks INFO[0000] Could not find an old config file. Starting from scratch .... - autoplan: enabled: false when_modified: - '*.hcl' - '*.tf*' - ../../../../terragrunt.hcl dir: terragrunt/us-central1/stage/network/vpc...

terragrunt-atlantis-config Version: 0.13.0 and 0.14.2 We run this command to generate our atlantis.yaml: ``` terragrunt-atlantis-config generate --workflow terragrunt --autoplan --output atlantis.yaml --parallel=true --create-workspace --ignore-parent-terragrunt=false --num-executors=32 --filter='[^.]*/**' ``` When Atlantis runs...

This is an awesome tool that we've just incorporated into our Terragrunt + Atlantis stack. Thanks for developing and maintaining this! This tool is almost perfect, but something that would...

This is basically a question, wasn’t sure where else to post. We have a large Terragrunt infrastructure and so running the generate command is causing high cpu and disk io....

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.11 to 1.6.1. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.6.1 No release notes provided. Commits f710948 Merge pull request #362 from hashicorp/update-x/sys-for-go1.18 226a8c5 Update golang.org/x/sys to work...

dependencies