Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve allowed_regexp_prefixes repo level key #339

Open
1 task
taylor-fis opened this issue May 14, 2024 · 0 comments
Open
1 task

Preserve allowed_regexp_prefixes repo level key #339

taylor-fis opened this issue May 14, 2024 · 0 comments

Comments

@taylor-fis
Copy link

Feature Request

  • I'd be willing to implement this feature

Describe the idea
Support preserving the allowed_regexp_prefixes key. Currently this key does not get preserved between runs of terragrunt-atlantis-config.

Why is this helpful?
Allows us to restrict what regexes can be used to multi plan/apply terragrunt modules.

What alternatives exist today?
The current workaround is to generate the atlantis config and then use yq to merge the files which is not ideal.

terragrunt-atlantis-config generate --create-project-name --depends-on --parallel=false --workflow terragrunt --autoplan --output /dev/stdout | yq eval-all --inplace 'select(fileIndex == 0) * select(fileIndex == 1)' atlantis.yaml -
@taylor-fis taylor-fis changed the title Support allowed_regexp_prefixes repo level key Preserve allowed_regexp_prefixes repo level key May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant