-
IntroductionWhen I use tflint to check all terraform files in the current directory,I run the following command: tflint is working well, but I get part of outputs like this:
I want to know why and how to resolve this. Additional Text$ tflint -v $ terraform -v |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for your report. This seems to be a panic that occurs in limited circumstances. Fixed by #1598. Although it is the cause, I think that there is a file that exists but cannot be read. |
Beta Was this translation helpful? Give feedback.
Thank you for your report. This seems to be a panic that occurs in limited circumstances. Fixed by #1598.
Although it is the cause, I think that there is a file that exists but cannot be read.