tflint reports error "Failed to initialize plugins; Plugin aws
not found in /Users/user/.tflint.d/plugins"
#1753
Unanswered
ameyaagashe
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Plugins are compiled binaries so obtaining the source via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few terraform files where I have intentionally added some error examples, incorrect instance type, and incorrect ami id.
Example below
I expect tflint to report an error.
I have initialized the tflint and installed it with the commands below
Unfortunately, when I run tflint, I get errors like the one below.
I went to the Home directory and did a git clone of the was plugin and even created a symbolic link but it seems it is still not working :(
Do you have any idea what the issue is and how I can resolve it?
P.S: My .tflint.hcl is as per below:
Beta Was this translation helpful? Give feedback.
All reactions