You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I'm finding its the same for the policies folder. I ended to having to set the environment variable for the opa policies folder at the root of the project
The OPA ruleset is developed as a plugin for TFLint, so some features have developer experience issues. For example:
mkdir ./.tflint.d/policies
, and typos in the name will be silently ignored.TFLINT_OPA_TEST=1
) and do not provide detailed reporting on failure.We need to fix these issues and provide an experience comparable to opa(1) and conftest.
One idea would be to provide a new CLI like
tflint-opa
and guide users to setup using that.The text was updated successfully, but these errors were encountered: