-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tflint --version
fails to find plugins
#1259
Comments
Is this an actual problem or are you just getting this on |
It isn't blocking anything as the tflint still runs on the following command. So this only happens on the |
Ok cool, we can fix the issue with |
tflint --version
fails to find plugins
The original issue is solved by setting $ tflint --config=path/to/file --init
$ tflint --config=path/to/file --version
$ tflint --config=path/to/file It feels a bit odd that config is required to output the versions, but I don't see a good idea to get around this as the plugin is configured by a config file. As for command option isolation, we'll work on that in #1618. Closing this issue. Thanks. |
I am running tflint (version 0.33.1) in an Azure DevOps Ubuntu agent. I run the following commands in the pipeline in a PowerShell step:
Abbreviated, this runs
The build log contains the error
Failed to initialize plugins: Plugin azurerm not found. Did you run tflint --init?
when running--version
after--init
.The text was updated successfully, but these errors were encountered: