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

# Pull Request ## Related Github Issues - https://github.com/golang/go/issues/11862 - ## Description filepath.Glob does **not** support zero or more directory glob pattern filepath.Glob("src/**/dev") will only find: src/a/dev using filepath**x**.Glob("src/**/dev") will...

DRAFT I create a PR in the Atlantis: https://github.com/runatlantis/atlantis/pull/3279. In case it is merged I already create the change to the terragrunt-atlantis-config to support this new flag. Tested: ``` terragrunt-atlantis-config...

On more than one occasion I've had engineers commit cyclic dependency chains which cause a race condition that never aborts unless the process is killed. Can we do some of...

# Pull Request ## Related Github Issues - _[none]_ ## Description Bug: Relative dependencies in --project-hcl-files not working When using --project-hcl-files the extra_atlantis_dependencies block is parsed in the specified hcl...

# Pull Request ## Related Github Issues - _[none]_ ## Description Add the capability to generate `atlantis.tf` config files with custom project names using the value of the terragrunt locals...

Hi! I just found something that IMHO is not working as expected. When i set `--cascade-dependencies=false` there are missing files in the `when_modified` block. Example: I have the following: **resource_a.hcl**...

We're testing terragrunt-atlantis-config with the intention of using it with Atlantis but am having a strange issue where ENV vars are not being found. When running `terragrunt-atlantis-config generate --output atlantis.yaml...

# Pull Request ## Related Github Issues https://github.com/transcend-io/terragrunt-atlantis-config/issues/243 ## Description The MR https://github.com/transcend-io/terragrunt-atlantis-config/pull/246 fixes the parsing of `.hcl.json` files completely but still on submiting `.hcl.json` file the plan/apply is not...

# Pull Request ## Related Github Issues - the current release process requires to bump the makefile internal VERSION variable before tagging ## Description This change allow a simple tagging...

This picks up a version of the terragrunt repository that has a AWS SDK that supports EKS Pod Identity. While this is far from the latest terragrunt version, at least...