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
We would like to run tfaction if files in a specific folder outside of the working dir is changed.
Why is the feature needed?
We get secret values from a single directory /secret for all environments. Those secrets are read by terraform. With the current setup tfaction does not run if a secret is changed.
Thank you for your proposal.
It's convenient but complicated to parse Terraform configuration and resolve dependencies automatically,
so it's nice if we can define dependencies explicitly somehow.
For example, we may be able to define dependencies in tfaciton.yaml.
Note that the following codes are just example.
Feature Overview
We would like to run tfaction if files in a specific folder outside of the working dir is changed.
Why is the feature needed?
We get secret values from a single directory /secret for all environments. Those secrets are read by terraform. With the current setup tfaction does not run if a secret is changed.
Example Code
GitHub Actions
tfaction-root.yaml
tfaction.yaml
Note
We found https://suzuki-shunsuke.github.io/tfaction/docs/feature/local-path-module but this seems to only work for modules. We would like the same feature but in a more generic way.
The text was updated successfully, but these errors were encountered: