-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature request: Recursive mode #47
Comments
@KTamas I thought about this, but given that you can currently just pass multiple directories to tfvc ./directory1 ./directory2 ./directory3 |
The problem is that even that's not without issues, for example:
|
Ah, yes, point 2 is related to #34 however, I do understand your point 1. I will leave this open and take a look at it when I get a chance. |
@KTamas on further thought, I actually don't think your 2nd point above "This error is misleading terraform FAILED Missing version constraints" is quite correct. Your |
Ah, right, we don't have that. Mostly because it's a non-issue for us, most of the time. Perhaps an option to disable that check? |
Perhaps, I definitely want to add something to be able to ignore checks etc. just haven't looked at the best way to do it yet. |
Recursive mode would help us greatly as we're preparing a migration to AWS provider v4 across the board in our monorepo. |
I've been thinking about this a bit more and I'm still not sold on the idea. The issue is that it could end up adding a lot of complexity as I'm sure everyone will have different repo structures/requirements. For example, some people might only want to recurse one level deep, others might only want to recurse into a specific subdirectory called My point is, currently you can specify multiple directories (separated by a comma) to I'll leave this open for a bit longer in case people want to add some weight to the feature, but for now it is probably not going to implemented. |
It'd be great to have a recursive mode, we have a monorepo with lots of modules.
The text was updated successfully, but these errors were encountered: