You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
I have a big repo with lots of terraform folders (multiple states). I also use terraform templates. For readability I like to put my templates in a subfolder so the structure looks like this:
stateA
someConfig.tf
someOtherConfig.tf
templates
templateA.html
stateB
anotherConfig.tf
moreConfig.tf
templates
templateB.SQL
When a change is made to templateA.html I want Atlantis to run plan for stateA. How is this possible?
Looking at this question: #1085
Is this still the case?
"If you have an atlantis.yaml file you can specify each directory that should be tracked. You can then not set the root directory."
Having to specify every folder would be super cumbersome for me because I have lots. If thats the case I'd rather throw everything in the same folder, but then of course it's messy.
Is there currently a feature to support subfolders like this? What I would want is to be able to specify a list of "subfolder" strings and have atlantis stop recursing if it hits a folder named "templates" and treat that subfolder as part of the state of its parent.
The text was updated successfully, but these errors were encountered:
Community Note
Overview of the Issue
I have a big repo with lots of terraform folders (multiple states). I also use terraform templates. For readability I like to put my templates in a subfolder so the structure looks like this:
stateA
stateB
When a change is made to
templateA.html
I want Atlantis to run plan for stateA. How is this possible?Looking at this question: #1085
Is this still the case?
Having to specify every folder would be super cumbersome for me because I have lots. If thats the case I'd rather throw everything in the same folder, but then of course it's messy.
Is there currently a feature to support subfolders like this? What I would want is to be able to specify a list of "subfolder" strings and have atlantis stop recursing if it hits a folder named "templates" and treat that subfolder as part of the state of its parent.
The text was updated successfully, but these errors were encountered: