nsbno/terraform-multi-validate

Validate a directory containing one or more terraform configurations in 0 or more folders

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 24, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: nsbno/terraform-multi-validate@7b2f9d5638d3c27ccdad09bb5b9869c8cfd313e2 # 1.13.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to the folder containing terraform configurationsno.
folderFolder to validate terraform in. If provided, only this folder will be validated. Highest precedence.no""
directoriesString of directories in path to validate terraform in, separated by commas. If provided, only these folders will be validated.no""
max_depthMax depth of folders to look in for terraform configurations.no2
min_depthMin depth of folders to look in for terraform configurations. Defaults to 1, which does not include current folder.no1

no outputs