-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(terragrunt): add support for tfr prefix #26209
feat(terragrunt): add support for tfr prefix #26209
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add or update a test
Can you point me to place where I can see test for some of the other part of the code? tried to find it myself didn't find it. |
11a270c
to
7f91fcd
Compare
please create a reproduction and run this against it. we need to validate your slitting is working as expected. |
Co-authored-by: Michael Kriese <[email protected]>
I have created reproduction repo, how can I use my renovate branch with this reproduction repo? Here is my repo https://github.com/ps-occrp/tfr-renovate |
Thanks for suggesting this, in reproduction repo I found some missing things, I ended up refactoring it using a regex. |
🎉 This PR is included in version 37.95.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Co-authored-by: Michael Kriese <[email protected]>
Changes
Adds support for tfr source
Context
Terragrunt manager does not support tfr source which has existed in Terragrunt for a few years, this PR adds support for that.
Related to #22890
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: