tftest -v : prints version
tftest -h : prints help
tftest -j : downloads the correct build for tfjson
tftest -s <terraform_plan> : Input plan -> tfjson -> prints formated json
tftest -t <terraform_folder> -p <terraform_plan>: runs tests ( terraform_folder default value is current dir , terraform_plan default current dir + 'output.plan')
Add cli with these options:
tftest -v
: prints versiontftest -h
: prints helptftest -j
: downloads the correct build for tfjsontftest -s <terraform_plan>
: Input plan -> tfjson -> prints formated jsontftest -t <terraform_folder> -p <terraform_plan>
: runs tests ( terraform_folder default value is current dir , terraform_plan default current dir + 'output.plan')