When I run with option --call-module-type=local, I get error:
Failed to parse CLI options; `call-module-type` is unknown option. Please run `tflint --help`
My version is 0.49.0 on macOS and is installed with brew. Running tflint --helpindeed doesn't show me the --call-module-type option. But if I build from the source, the options is there.
Command
tflint --call-module-type=local
Terraform Configuration
n/a
TFLint Configuration
n/a
Output
Failed to parse CLI options; `call-module-type` is unknown option. Please run `tflint --help`
Summary
When I run with option
--call-module-type=local
, I get error:My version is
0.49.0
on macOS and is installed with brew. Runningtflint --help
indeed doesn't show me the--call-module-type
option. But if I build from the source, the options is there.Command
tflint --call-module-type=local
Terraform Configuration
TFLint Configuration
Output
TFLint Version
0.49.0
Terraform Version
1.5.7
Operating System