nsbno/terraform-multi-validate
Validate a directory containing one or more terraform configurations in 0 or more folders
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 24, 2025
- License
- MIT
Pinned Snippet
uses: nsbno/terraform-multi-validate@7b2f9d5638d3c27ccdad09bb5b9869c8cfd313e2 # 1.13.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the folder containing terraform configurations | no | . |
| folder | Folder to validate terraform in. If provided, only this folder will be validated. Highest precedence. | no | "" |
| directories | String of directories in path to validate terraform in, separated by commas. If provided, only these folders will be validated. | no | "" |
| max_depth | Max depth of folders to look in for terraform configurations. | no | 2 |
| min_depth | Min depth of folders to look in for terraform configurations. Defaults to 1, which does not include current folder. | no | 1 |
Outputs
no outputs