terraform-linters / tflint

A Pluggable Terraform Linter
Mozilla Public License 2.0
4.98k stars 357 forks source link

The call-module-type option doesn't exist #1935

Closed raymondchen625 closed 11 months ago

raymondchen625 commented 11 months ago

Summary

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`

TFLint Version

0.49.0

Terraform Version

1.5.7

Operating System

bendrucker commented 11 months ago

See https://github.com/terraform-linters/tflint/releases for the current release and its associated commit. The default branch is not immediately released.