-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Allow targetGroups to be omitted in tfaction-root.yaml #1498
Comments
Thank you for your feedback! I understand your proposal. It makes sense.
e.g. tfaction-root.yaml plan_workflow_name: test
template_dir: templates/aws
If you create working directories in some subdirectories, you don't need to maintain the list of working directories in tfaction-root.yaml. e.g.
target_groups:
- working_directory: terraform/
target: terraform/
target_groups:
- working_directory: ""
target: "" Maybe this target group matches with all working directories, though I'm not sure if it works well. |
I tried a little. It seems to work well. |
This is actually enough for us! We have a top level If you want you can close this issue in favor of #1502 Thank you very much. |
Sounds good! |
Feature Overview
We would like to add working directories without needing to add them to tfaction-root.yaml. We would like to only add the tfaction.yaml in the working directory with all settings including
target
to add a working directory.Why is the feature needed?
No need to manually maintain a list of working directories in a global config
Example Code
GitHub Actions
tfaction-root.yaml
tfaction.yaml
Note
No response
The text was updated successfully, but these errors were encountered: