Closed mungojam closed 10 months ago
We've found that terraform compliance failures were not causing our builds to fail
We call terraform compliance using python -m terraform_compliance
python -m terraform_compliance
I believe it works fine for the .exe mode since that calls cli directly and will handle the exit code from that automatically
cli
Thanks for adding this.
We've found that terraform compliance failures were not causing our builds to fail
We call terraform compliance using
python -m terraform_compliance
I believe it works fine for the .exe mode since that calls
cli
directly and will handle the exit code from that automatically