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

Hi all, Is there a reason why docker images are no longer published to any registry ? https://github.com/transcend-io/terragrunt-atlantis-config/actions/runs/7702980093 action exists but fails Thank you

bug
has-workaround

# Pull Request ## Related Github Issues - #243 ## Description I'm looking to add the ability to also trigger a run based on non-terragrunt files in local modules referenced...

# Pull Request ## Related Github Issues - #300 ## Description * Fixes bug introduced in https://github.com/transcend-io/terragrunt-atlantis-config/pull/286 * Add personal vscode workspace file to gitignore * Update readme * Make...

# Pull Request ## Related Github Issues - #296 - #319 ## Description Adds functionality for `depends_on` Fixes bug where the base execution_group (0) was not explicitly given. ## Security...

0 is considered an empty value for the purposes of omitempty here: https://github.com/transcend-io/terragrunt-atlantis-config/blob/master/cmd/config.go#L57 This means that even when --execution-order-groups is set, the execution group 0, is not placed into config....

Atlantis v0.27 just added a new `depends_on` key to projects. https://github.com/runatlantis/atlantis/pull/3292 This is complementary to `execution_order_group`. `execution_order_group` guides the order in which Atlantis will look at projects if told to...

enhancement

# Pull Request ## Related Github Issues - _[none]_ ## Description Adds a new argument `--iam-role` which passes the given role ARN to terragrunt (see https://terragrunt.gruntwork.io/docs/reference/cli-options/#terragrunt-iam-role). ## Security Implications -...

It seems there's an issue with how `terragrunt-atlantis-config` determines module paths when defined in child module `.tf` files. The error: ``` $ terragrunt-atlantis-config_1.16.0_linux_amd64 generate --output atlantis.yaml --autoplan --parallel --create-workspace INFO[0000]...

For those of us not currently using Terragrunt it would be nice to have an example of the atlantis config output of a mildly complicated project, so we can help...

enhancement

Certain tests fail when ran on VSCode test explorer in windows. I debugged the code and found out the issue is the code assumes the drive letter is uppercase, but...

bug