tmknom/Tf dependency

This action discovers the Terraform state directories that use the specified local modules. A "state directory" is where you run `terraform plan` or `terraform apply`. It usually contains the `terraform.tfstate` file. For example, if you modify a Terraform local module, you can see which state directories are affected. With this action, you can easily identify relationships in your Terraform configurations, making it easier to manage changes and understand their impacts. ## Usage ```yaml steps: - name: Tf dependency uses: tmknom/tf-dependency-action@v0 with: modules: module/foo,module/bar ```

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
modulesPaths of files or directories that might be Terraform modules.no
base-dirThe base directory that contains the state directories and module directories.no${{ github.workspace }}
namedescription
dirsThe state directories that use the specified modules.