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
Fow now you need to add tfaction.yaml on every working directory.
tfaction.yaml is used to identify working directories.
This issue suggests to make tfaction.yaml optional, meaning you don't need to add tfaction.yaml on working directories.
Why is the feature needed?
Adding tfaction.yaml to all working directories is a bit troublesome.
If you want to introduce tfaction to a Monorepo with many working directories, you would need to disable CI temporarily.
Example Code
tfaction-root.yaml
e.g.
# Filenames that tfaction uses to identifies working directories.# tfaction identifies directories where one of these files exist.directory_files:
- providers.tf
- terraform.tfignore_dirs:
- modules # Ignore directories
Note
No response
The text was updated successfully, but these errors were encountered:
Feature Overview
Fow now you need to add tfaction.yaml on every working directory.
tfaction.yaml is used to identify working directories.
This issue suggests to make tfaction.yaml optional, meaning you don't need to add tfaction.yaml on working directories.
Why is the feature needed?
Adding tfaction.yaml to all working directories is a bit troublesome.
If you want to introduce tfaction to a Monorepo with many working directories, you would need to disable CI temporarily.
Example Code
tfaction-root.yaml
e.g.
Note
No response
The text was updated successfully, but these errors were encountered: